This repository has been archived by the owner on Sep 29, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 28
/
Copy pathpackage.json
56 lines (56 loc) · 1.68 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
55
56
{
"name": "dkobo",
"private": true,
"version": "0.1.0",
"dependencies": {
"coffee-script": "1.6.3",
"grunt-sass": "~1.2.0",
"requirejs": "~2.1.11",
"bower": "~1.3.2",
"commander": "~2.3.0",
"grunt": "~0.4.4",
"grunt-cli": "~0.1.13",
"grunt-contrib-requirejs": "~0.4.3",
"grunt-contrib-sass": "~1.0.0",
"grunt-contrib-cssmin": "~0.9.0",
"grunt-contrib-watch": "~0.6.1",
"yuglify": "https://registry.npmjs.org/yuglify/-/yuglify-0.1.4.tgz"
},
"devDependencies": {
"grunt-karma": "0.7.2",
"karma": "0.11.14",
"karma-chrome-launcher": "~0.1.3",
"karma-coffee-preprocessor": "~0.2.1",
"karma-coverage": "~0.2.1",
"karma-firefox-launcher": "~0.1.3",
"karma-growl-reporter": "~0.1.1",
"karma-html2js-preprocessor": "~0.1.0",
"karma-jasmine": "~0.1.5",
"karma-junit-reporter": "~0.2.2",
"karma-ng-html2js-preprocessor": "~0.1.0",
"karma-phantomjs-launcher": "~0.1.4",
"karma-requirejs": "~0.2.1",
"karma-sinon": "^1.0.3",
"sinon": "^1.10.3"
},
"engines": {
"node": "0.10.x",
"npm": "1.3.x"
},
"scripts": {
"test": "grunt test",
"postinstall": "sh ./scripts/npm_postinstall.sh"
},
"description": "[![Build Status](https://travis-ci.org/kobotoolbox/dkobo.svg)](https://travis-ci.org/kobotoolbox/dkobo)",
"main": "jsapp/kobo/app.js",
"repository": {
"type": "git",
"url": "git://github.com/kobotoolbox/dkobo.git"
},
"author": "Alex Dorey <[email protected]>; Nicolás Straub <[email protected]>",
"license": "LGPL",
"bugs": {
"url": "https://github.com/kobotoolbox/dkobo/issues"
},
"homepage": "https://github.com/kobotoolbox/dkobo"
}