-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.26 KB
/
package.json
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
40
41
42
43
44
45
46
47
48
49
50
{
"name": "hoist-js",
"version": "0.1.0",
"description": "Client Side Library for Hoist (hoistapps.com)",
"homepage": "http://hoistapps.com",
"scripts": {
"test": "grunt test",
"bower": "bower install"
},
"repository": {
"type": "git",
"url": "https://github.com/hoist/hoist-js"
},
"author": "Hoist Apps Ltd",
"license": [{
"type": "MIT",
"url": "https://github.com/hoist/hoist-js/blob/master/LICENSE"
}],
"bugs": {
"url": "https://github.com/hoist/hoist-js/issues"
},
"dependencies": {
"superagent": "^0.18.0"
},
"devDependencies": {
"archiver": "~0.4.8",
"bower": "~1.2.6",
"chai": "^1.9.1",
"chai-as-promised": "^4.1.1",
"glob": "^4.0.3",
"grunt": "~0.4.1",
"grunt-bower-task": "~0.3.2",
"grunt-browserify": "^2.1.2",
"grunt-compare-size": "~0.4.0-rc.3",
"grunt-contrib-connect": "~0.3.0",
"grunt-contrib-jshint": "*",
"grunt-contrib-uglify": "^0.5.0",
"grunt-contrib-watch": "~0.5.2",
"grunt-mocha-phantomjs": "*",
"grunt-mocha-test": "^0.11.0",
"load-grunt-tasks": "^0.6.0",
"mocha": "~1.12.0",
"mocha-phantomjs": "~3.1.1",
"nock": "^0.40.0",
"phantomjs": "*",
"requirejs": "~2.1.8",
"sinon": "^1.10.2",
"time-grunt": "^0.3.2"
}
}