forked from medic/cht-core
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.62 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "medic",
"version": "0.6.0",
"private": true,
"repository": {
"type": "git",
"url": "git://github.com/medic/medic-webapp.git"
},
"dependencies": {
"lie": "^3.0.1",
"nools": "^0.4.1",
"properties": "^1.2.1"
},
"devDependencies": {
"async": "^1.4.0",
"autoprefixer-core": "^5.2.1",
"browserify": "^11.1",
"chai": "^2.1.0",
"enketo-core": "git://github.com/medic/enketo-core.git#medic-0.6.4",
"enketo-xslt": "git://github.com/alxndrsn/enketo-client-side-transformer.git#392bbfcab587c4719bbcfbd6fc581bfa168ca4db",
"grunt": "^0.4.5",
"grunt-angular-templates": "^0.5.7",
"grunt-appcache": "^0.1.8",
"grunt-bower-concat": "^0.5.0",
"grunt-bower-task": "^0.4.0",
"grunt-browserify": "^4.0.0",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-copy": "^0.8.0",
"grunt-contrib-cssmin": "^0.13.0",
"grunt-contrib-jshint": "^0.11.0",
"grunt-contrib-less": "^1.0.1",
"grunt-contrib-uglify": "^0.9.1",
"grunt-contrib-watch": "^0.6.1",
"grunt-exec": "^0.4.6",
"grunt-karma": "~0.12.0",
"grunt-notify": "^0.4.1",
"grunt-npm-install": "^0.2.0",
"grunt-postcss": "^0.5.5",
"grunt-protractor-runner": "^2.0.0",
"grunt-sass": "^1.0.0",
"grunt-text-replace": "^0.4.0",
"karma": "~0.13.5",
"karma-chrome-launcher": "~0.2.0",
"karma-firefox-launcher": "~0.1.6",
"karma-mocha": "~0.2.0",
"karma-ng-html2js-preprocessor": "~0.1.2",
"karma-phantomjs-launcher": "~0.2.0",
"mocha": "~2.2.5",
"phantomjs": "~1.9.17",
"remapify": "~2.0.3",
"sinon": "^1.15.4",
"underscore": "~1.8.3"
}
}