-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 1.05 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
{
"name": "network-layer",
"version": "0.0.1",
"author": "TinyBox",
"description": "ufo.js netowrk layer",
"main": "./lib/networklayer.bundle.min.js",
"scripts": {
"test": "./node_modules/.bin/grunt unit-test integration-test",
"postinstall": "./node_modules/.bin/grunt",
"clean": "./node_modules/.bin/grunt clean",
"develop": "./node_modules/.bin/grunt develop"
},
"repository": {
"type": "git",
"url": "https://github.com/ufojs/network-layer"
},
"license": "MIT",
"devDependencies": {
"coffee-script": "^1.7.1",
"chai": "^1.9.1",
"coffeeify": "^0.6.0",
"rewire": "^2.0.0",
"sinon": "^1.9.1",
"grunt-contrib-coffee": "^0.10.1",
"grunt-contrib-clean": "^0.5.0",
"grunt-mocha-test": "^0.10.2",
"grunt-contrib-uglify": "^0.4.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-browserify": "^2.0.7",
"grunt-cli": "^0.1.13",
"grunt-karma": "^0.8.2",
"karma-chrome-launcher": "^0.1.3",
"karma-chai": "^0.1.0",
"karma-mocha": "^0.1.3",
"grunt-bower-task": "^0.3.4"
}
}