forked from ashes74/tsuro
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·52 lines (52 loc) · 1.25 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
{
"name": "tsuro",
"version": "1.0.0",
"description": "A game of paths :) ",
"main": "index.js",
"scripts": {
"test": "mocha test",
"start": "firebase serve",
"deploy": "firebase deploy"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ashes74/tsuro.git"
},
"keywords": [
"Game"
],
"author": "ashes74, maxww, kimber-no-ly, cenjennifer",
"license": "MIT",
"bugs": {
"url": "https://github.com/ashes74/tsuro/issues"
},
"homepage": "https://github.com/ashes74/tsuro#readme",
"dependencies": {
"angular": "^1.5.7",
"firebase": "^3.1.0",
"lodash": "^4.13.1"
},
"devDependencies": {
"babel-core": "^6.10.4",
"babel-preset-es2015": "^6.9.0",
"chai": "^3.5.0",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-concat": "^2.6.0",
"gulp-eslint": "^2.0.0",
"gulp-istanbul": "^1.0.0",
"gulp-livereload": "^3.8.1",
"gulp-minify-css": "^1.2.4",
"gulp-mocha": "^2.2.0",
"gulp-ng-annotate": "^2.0.0",
"gulp-notify": "^2.2.0",
"gulp-plumber": "^1.1.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.3.2",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.5.4",
"karma": "^1.1.0",
"mocha": "^2.5.3",
"run-sequence": "^1.2.1"
}
}