-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.15 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": "Vellum",
"version": "1.6.0",
"description": "A JavaRosa XForms designer",
"authors": [
"Dimagi <[email protected]>",
"Michael White <[email protected]>"
],
"license": "MIT",
"homepage": "https://github.com/dimagi/Vellum",
"keywords": [
"XForms"
],
"repository": {
"type": "git",
"url": "https://github.com/dimagi/Vellum.git"
},
"devDependencies": {
"bower": ">=1.3.3",
"jshint": "~2.8.0",
"mocha": ">=1.9.0",
"mocha-phantomjs-core": "~2.0.1",
"http-server": "*",
"phantomjs-prebuilt": "~2.1.12",
"less": "~1.7.0",
"csso": ">=1.3.11 <2.0.0",
"requirejs": "~2.3.1",
"grunt": "~1.0.0",
"grunt-contrib-connect": "~1.0.0",
"grunt-contrib-jshint": "~1.0.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-mocha-phantomjs": "~4.0.0"
},
"main": "src/main.js",
"scripts": {
"install": "bower install",
"test": "phantomjs node_modules/mocha-phantomjs-core/mocha-phantomjs-core.js 'built.html' && jshint src/*.js && jshint -c tests/.jshintrc tests/*.js"
}
}