-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 849 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
{
"name": "ColJs",
"version": "0.0.0",
"description": "ColJs",
"homepage": "https://github.com/BorisBorshevsky/ColTs",
"main": "app.js",
"scripts": {
"test": "node ./node_modules/mocha/bin/mocha --recursive debug/test",
"build": "grunt build"
},
"repository": {
"type": "git",
"url": "https://github.com/BorisBorshevsky/ColJs.git"
},
"keywords": [
"Collection"
],
"author": "Boris Borshevsky",
"license": "GNU",
"bugs": {
"url": "https://github.com/BorisBorshevsky/ColTs/issues"
},
"engines": {
"node": ">=0.10.31"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-clean": "^0.6.0",
"grunt-ts": "^5.0.0-beta.1",
"mocha": "^2.2.5",
"should": "^7.1.0"
},
"dependencies": {
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-uglify": "^0.11.1"
}
}