-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 870 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 870 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"name": "bithub-admin-client",
"version": "0.1.0",
"description": "",
"main": "bithub-social.js",
"scripts": {
"test": "./node_modules/.bin/testee --browsers firefox tests.html"
},
"author": "",
"license": "ISC",
"dependencies": {
"bithub-embed": "^0.1.0",
"bootstrap": "3.3.0",
"can": "2.3.18",
"chart.js": "1.0.2",
"font-awesome": "4.2.0",
"jquery": "2.2.1",
"jquery.payment": "1.2.3",
"js-cookie": "^2.1.0",
"lodash-amd": "3.10.1",
"moment": "2.10.3",
"randomcolor": "0.4.3",
"selectize": "0.12.0",
"steal": "0.15.0",
"system-json": "^0.1.0"
},
"devDependencies": {
"steal-tools": "0.15.0",
"funcunit": "3.1.0-pre.1",
"steal-qunit": "0.1.1",
"testee": "0.2.5"
},
"system": {
"npmAlgorithm": "flat",
"configDependencies": [
"live-reload"
]
}
}