This repository was archived by the owner on Feb 13, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.5 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.5 KB
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
{
"name": "stargatejs-games",
"version": "0.1.0",
"description": "StargateJS for HTML5 games",
"main": "src/stargate.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "gulp lint && gulp karma --browsers=PhantomJS --reporters=progress"
},
"repository": {
"type": "git",
"url": "git+https://github.com/BuongiornoMIP/StargateJsGames.git"
},
"keywords": [
"cordova",
"hybrid",
"html5",
"games"
],
"author": "Buongiorno",
"license": "MIT",
"homepage": "https://github.com/BuongiornoMIP/StargateJsGames#stargatejs",
"devDependencies": {
"bower": "^1.6.5",
"cordova-lib": "^5.4.0",
"del": "^2.1.0",
"gulp": "^3.9.0",
"gulp-concat": "^2.6.0",
"gulp-footer": "^1.0.5",
"gulp-header": "^1.7.1",
"gulp-jshint": "^2.0.0",
"gulp-livereload": "^3.8.1",
"gulp-notify": "^2.2.0",
"gulp-plumber": "^1.0.1",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^1.5.1",
"gulp-util": "^3.0.7",
"gulp-watch": "^4.3.5",
"gulp-webserver": "^0.9.1",
"istanbul": "^0.4.1",
"jasmine-core": "^2.3.4",
"jasmine-reporters": "^2.0.7",
"jshint": "^2.9.1-rc1",
"jshint-stylish": "^2.1.0",
"karma": "^0.13.15",
"karma-chrome-launcher": "^0.2.1",
"karma-coverage": "^0.5.3",
"karma-jasmine": "^0.3.6",
"karma-mocha-reporter": "^1.1.3",
"karma-phantomjs-launcher": "^0.2.1",
"main-bower-files": "^2.9.0",
"minimist": "^1.2.0",
"node-notifier": "^4.3.1",
"phantomjs": "^1.9.19"
}
}