-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (37 loc) · 895 Bytes
/
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
{
"name": "cdnkit.js",
"version": "1.0.0",
"description": "",
"main": "./lib/peer.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/seven7/cdnkit.js.git"
},
"keywords": [
"cdn",
"p2p"
],
"author": "Seven",
"license": "MIT",
"bugs": {
"url": "https://github.com/seven7/cdnkit.js/issues"
},
"homepage": "https://github.com/seven7/cdnkit.js#readme",
"dependencies": {
"eventemitter3": "^0.1.5",
"grunt": "^0.4.5",
"grunt-cli": "^0.1.13",
"grunt-contrib-jshint": "^0.10.0",
"grunt-browserify": "^3.0.1",
"grunt-contrib-concat": "^0.5.0",
"grunt-contrib-uglify": "^0.5.1",
"jshashes": "^1.0.5"
},
"scripts": {
"preinstall": "rm -rf ./dist;rm -rf ./node_modules",
"postinstall": "./node_modules/.bin/grunt"
}
}