forked from apache/cordova-ios
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 1.08 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
{
"name": "cordova-ios",
"version": "4.1.0-dev",
"description": "cordova-ios release",
"main": "bin/templates/scripts/cordova/Api.js",
"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": "npm run objc-tests && npm run jasmine-tests",
"objc-tests": "jasmine-node --captureExceptions --color tests/spec/cordovalib.spec.js",
"jasmine-tests": "jasmine-node --captureExceptions --color tests/spec/create.spec.js",
"jshint": "node node_modules/jshint/bin/jshint bin && node node_modules/jshint/bin/jshint tests"
},
"author": "Apache Software Foundation",
"license": "Apache Version 2.0",
"devDependencies": {
"jshint": "^2.6.0",
"uncrustify": "^0.6.1",
"tmp": "^0.0.26",
"jasmine-node": "~1",
"shelljs": "^0.2.6",
"coffee-script": "^1.7.1",
"nodeunit": "^0.8.7"
}
}