UNPKG

1.26 kBJSONView Raw
1{
2 "author": "Apache Software Foundation",
3 "name": "cordova-common",
4 "description": "Apache Cordova tools and platforms shared routines",
5 "license": "Apache-2.0",
6 "version": "2.0.0",
7 "repository": {
8 "type": "git",
9 "url": "git://git-wip-us.apache.org/repos/asf/cordova-common.git"
10 },
11 "bugs": {
12 "url": "https://issues.apache.org/jira/browse/CB",
13 "email": "dev@cordova.apache.org"
14 },
15 "main": "cordova-common.js",
16 "engines": {
17 "node": ">=0.9.9"
18 },
19 "scripts": {
20 "test": "npm run jshint && npm run jasmine",
21 "jshint": "jshint src && jshint spec",
22 "jasmine": "jasmine --captureExceptions --color",
23 "cover": "istanbul cover --root src --print detail jasmine"
24 },
25 "dependencies": {
26 "ansi": "^0.3.1",
27 "bplist-parser": "^0.1.0",
28 "cordova-registry-mapper": "^1.1.8",
29 "elementtree": "^0.1.6",
30 "glob": "^5.0.13",
31 "minimatch": "^3.0.0",
32 "osenv": "^0.1.3",
33 "plist": "^1.2.0",
34 "q": "^1.4.1",
35 "semver": "^5.0.1",
36 "shelljs": "^0.5.3",
37 "underscore": "^1.8.3",
38 "unorm": "^1.3.3"
39 },
40 "devDependencies": {
41 "istanbul": "^0.4.5",
42 "jasmine": "^2.5.2",
43 "jshint": "^2.8.0",
44 "promise-matchers": "^0.9.6",
45 "rewire": "^2.5.1"
46 },
47 "contributors": []
48}