-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
76 lines (76 loc) · 2.37 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"name": "stargatejs-apps",
"version": "0.14.0",
"description": "StargateJS for HTML5 apps",
"main": "dist/stargate.js",
"scripts": {
"preversion": "git checkout dist/ && npm test",
"upload": "scp -r dist/*.js [email protected]:/dadanet2/wl2/webstore_apps/js/webstore_apps/stargate/v4",
"postversion": "git push && git push --tags && npm publish",
"version": "gulp build && git add dist/",
"clean": "rm -r gh-pages",
"docs": "rm -rf gh-pages/* && node bin/generate_docs",
"adddocs": "npm run docs && git checkout gh-pages && git pull && git add -A gh-pages/ && git commit -m 'Updated' && git push origin gh-pages && git checkout master",
"test": "rm -rf coverage/* && gulp lint && gulp karma:singlerun --browsers=PhantomJS --reporters=mocha,coverage,coveralls"
},
"bin": {
"docs": "bin/generate_docs.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/D-Mobilelab/StargateJsApps.git"
},
"keywords": [
"cordova",
"hybrid",
"html5",
"apps"
],
"author": "Buongiorno",
"license": "MIT",
"bugs": {
"url": "https://github.com/D-Mobilelab/StargateJsApps/issues"
},
"homepage": "https://github.com/D-Mobilelab/StargateJsApps#readme",
"devDependencies": {
"bower": "^1.6.5",
"colors": "^1.1.2",
"del": "^2.1.0",
"gulp": "^3.9.0",
"gulp-batch": "^1.0.5",
"gulp-bower": "0.0.13",
"gulp-bump": "^2.1.0",
"gulp-concat": "^2.6.0",
"gulp-deps-order": "^0.2.0",
"gulp-footer": "^1.0.5",
"gulp-header": "^1.7.1",
"gulp-jshint": "^2.0.0",
"gulp-livereload": "^3.8.1",
"gulp-notify": "^3.0.0",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^2.1.2",
"gulp-util": "^3.0.7",
"gulp-watch": "^4.3.5",
"gulp-webserver": "^0.9.1",
"istanbul": "^0.4.1",
"jasmine-ajax": "^3.2.0",
"jasmine-core": "^2.3.4",
"jasmine-reporters": "^2.0.7",
"jsdoc": "^3.4.0",
"jsdoc-to-markdown": "^3.0.0",
"jshint": "~2.9.4",
"jshint-stylish": "^2.1.0",
"karma": "^1.6.0",
"karma-chrome-launcher": "^2.0.0",
"karma-coverage": "^1.1.1",
"karma-coveralls": "^1.1.2",
"karma-jasmine": "^1.1.0",
"karma-mocha-reporter": "^2.2.3",
"karma-phantomjs-launcher": "^1.0.4",
"main-bower-files": "^2.9.0",
"minimist": "^1.2.0",
"node-notifier": "^5.1.2",
"phantomjs-prebuilt": "2.1.15",
"shelljs": "^0.7.7"
}
}