forked from enketo/enketo-xpathjs
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
39 lines (39 loc) · 1.1 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
{
"name": "enketo-xpathjs-oc",
"description": "JS implementation of XPath extended with OpenRosa functions and the date datatype",
"homepage": "https://enketo.org",
"version": "1.6.2",
"repository": {
"type": "git",
"url": "https://github.com/enketo/enketo-xpathjs"
},
"main": "dist/enketo-xpathjs",
"scripts": {
"test": "grunt karma:headless"
},
"author": "Andrej Pavlovic <[email protected]>",
"contributors": [
"Martijn van de Rijdt"
],
"copyright": "Copyright (c) 2016 Andrej Pavlovic. All rights reserved.",
"license": "AGPL-3.0",
"devDependencies": {
"chai": "^2.3.0",
"grunt": "1.0.x",
"grunt-contrib-clean": "1.1.x",
"grunt-contrib-concat": "1.0.x",
"grunt-contrib-uglify": "3.0.x",
"grunt-karma": "2.0.x",
"grunt-peg": "2.0.1",
"karma": "2.0.x",
"karma-chai": "0.1.x",
"karma-chrome-launcher": "2.2.x",
"karma-firefox-launcher": "1.1.x",
"karma-mocha": "1.3.x",
"karma-opera-launcher": "1.0.x",
"karma-safari-launcher": "1.0.x",
"minimist": "1.2.8",
"mocha": "5.0.x",
"time-grunt": "1.4.x"
}
}