forked from apache/cordova-ios
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 904 Bytes
/
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
{
"name": "cordova-ios",
"version": "3.9.0-dev",
"description": "cordova-ios release",
"main": "bin/create",
"repository": {
"type": "git",
"url": "https://git-wip-us.apache.org/repos/asf/cordova-ios.git"
},
"keywords": [
"ios",
"cordova",
"apache"
],
"scripts": {
"test": "npm run jshint && npm run jasmine",
"jasmine": "jasmine-node --captureExceptions --color tests/spec",
"jshint": "node node_modules/jshint/bin/jshint bin && node node_modules/jshint/bin/jshint tests"
},
"author": "Apache Software Foundation",
"license": "Apache Version 2.0",
"dependencies": {
"jasmine-node": "~1",
"shelljs": "^0.2.6",
"coffee-script": "^1.7.1",
"nodeunit": "^0.8.7"
},
"devDependencies": {
"jshint": "^2.6.0",
"uncrustify": "^0.6.1"
}
}