-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
66 lines (66 loc) · 1.77 KB
/
package.json
File metadata and controls
66 lines (66 loc) · 1.77 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
59
60
61
62
63
64
65
66
{
"name": "codegarden",
"version": "0.1.0",
"description": "A game about gnomes, programming and gardening",
"main": "gulpfile.js",
"repository": {
"type": "git",
"url": "https://github.com/Siriah/codegarden.git"
},
"scripts": {
"dev": "gulp dev",
"start": "gulp",
"test": "gulp test",
"test-watch": "gulp test-watch",
"website": "gulp website"
},
"author": "TOPdesk",
"license": "ISC",
"devDependencies": {
"@types/sortablejs": "^1.3.31",
"ace-builds": "^1.2.8",
"babel-preset-es2015": "^6.24.1",
"browser-sync": "^2.17.3",
"chai": "^4.1.0",
"del": "^2.2.2",
"es6-promise": "^4.1.1",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.1",
"gulp-changed": "^1.3.2",
"gulp-clean": "^0.3.1",
"gulp-concat": "^2.6.0",
"gulp-file-include": "^1.0.0",
"gulp-less": "^3.1.0",
"gulp-minify-css": "^1.2.1",
"gulp-minify-html": "^1.0.4",
"gulp-size": "^2.0.0",
"gulp-sourcemaps": "2.4.1",
"gulp-strip-debug": "^1.0.2",
"gulp-tslint": "^6.1.2",
"gulp-typescript": "^3.0.2",
"gulp-uglify": "^2.0.0",
"gulp-util": "^3.0.7",
"gulp.spritesmith": "^6.5.1",
"jshint-stylish": "^2.2.1",
"karma": "^1.7.0",
"karma-babel-preprocessor": "7.0.0",
"karma-chrome-launcher": "^2.0.0",
"karma-json-fixtures-preprocessor": "0.0.6",
"karma-mocha": "^1.3.0",
"karma-phantomjs-launcher": "^1.0.2",
"karma-sinon-chai": "^1.3.1",
"mocha": "^3.4.2",
"run-sequence": "^1.1.4",
"sinon": "^2.4.1",
"sinon-chai": "^2.12.0",
"spritesmith-texturepacker": "^1.0.0",
"tslint": "^3.15.1",
"typescript": "^2.1.4",
"whatwg-fetch": "^2.0.3"
},
"dependencies": {
"babel-core": "^6.26.0",
"phaser": "^2.6.2",
"sortablejs": "^1.6.0"
}
}