judpack-common
Version:
jud pack common
51 lines (50 loc) • 1.43 kB
JSON
{
"name": "judpack-common",
"version": "0.0.2",
"description": "jud pack common",
"main": "cordova-common.js",
"engines": {
"node": ">=0.9.9"
},
"scripts": {
"test": "npm run jshint && npm run jasmine",
"jshint": "node node_modules/jshint/bin/jshint src && node node_modules/jshint/bin/jshint spec",
"jasmine": "node node_modules/jasmine-node/bin/jasmine-node --captureExceptions --color spec",
"cover": "node node_modules/istanbul/lib/cli.js cover --root src --print detail node_modules/jasmine-node/bin/jasmine-node -- spec"
},
"dependencies": {
"ansi": "^0.3.1",
"bplist-parser": "^0.1.0",
"cordova-registry-mapper": "^1.1.8",
"elementtree": "^0.1.6",
"glob": "^5.0.13",
"minimatch": "^3.0.0",
"osenv": "^0.1.3",
"plist": "^1.2.0",
"q": "^1.4.1",
"semver": "^5.0.1",
"shelljs": "^0.5.3",
"underscore": "^1.8.3",
"unorm": "^1.3.3"
},
"devDependencies": {
"istanbul": "^0.4.5",
"jasmine-node": "^1.14.5",
"jshint": "^2.8.0",
"promise-matchers": "^0.9.6",
"rewire": "^2.5.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vkiding/judpack-common.git"
},
"keywords": [
"jud"
],
"author": "vkiding",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/vkiding/judpack-common/issues"
},
"homepage": "https://github.com/vkiding/judpack-common#readme"
}