-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
38 lines (38 loc) · 1.12 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
{
"name": "msh-aids-planning",
"version": "0.1.0",
"description": "Management Sciences for Health - Haiphong HIV Simulation",
"engines": {
"node": "0.10",
"npm": "1.4"
},
"dependencies": {
"backbone": "^1.1.0",
"browserify": "^3.24.1",
"chai": "^1.9.0",
"grunt": "^0.4.5",
"grunt-browserify": "^1.3.0",
"grunt-concurrent": "^0.4.3",
"grunt-contrib-clean": "^0.5.0",
"grunt-contrib-compress": "^0.7.0",
"grunt-contrib-connect": "^0.7.1",
"grunt-contrib-copy": "^0.5.0",
"grunt-contrib-handlebars": "git+https://github.com/forio/grunt-contrib-handlebars#update-handlebars-dependency",
"grunt-contrib-less": "^0.9.0",
"grunt-contrib-livereload": "0.1.1",
"grunt-contrib-uglify": "^0.5.1",
"grunt-contrib-watch": "^0.6.1",
"grunt-jscs-checker": "^0.7.1",
"grunt-mocha-test": "^0.9.4",
"grunt-newer": "^0.6.1",
"grunt-notify": "^0.2.17",
"handlebars": "^2.0.0-alpha.2",
"jquery": "^2.1.0",
"lodash": "^2.4.1",
"minifyify": "^4.4.0",
"mocha": "^1.17.1",
"sinon": "^1.8.2",
"through": "^2.3.4",
"time-grunt": "^0.2.9"
}
}