-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 926 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
39
{
"name": "go-jsbox-skeleton",
"version": "0.2.0",
"description": "Skeleton for a vumi javascript sandbox app",
"main": "lib/app.js",
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "git://github.com/praekelt/go-jsbox-skeleton.git"
},
"keywords": [
"vumi",
"sandbox"
],
"author": "Praekelt Foundation",
"license": "BSD",
"bugs": {
"url": "https://github.com/praekelt/go-jsbox-skeleton/issues"
},
"homepage": "https://github.com/praekelt/go-jsbox-skeleton",
"dependencies": {
"vumigo_v02": "~0.2",
"q": "~0.9",
"lodash": "~2.4.1",
"moment": "~2.5.1"
},
"devDependencies": {
"mocha": "~1.18",
"jshint": "~2.4.4",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-watch": "~0.6.0",
"grunt": "~0.4.4",
"grunt-mocha-test": "~0.10.0",
"grunt-contrib-jshint": "~0.9.2",
"grunt-cli": "~0.1.13"
}
}