-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.31 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
{
"name": "conways-game-of-life",
"version": "1.0.0",
"description": "",
"main": "main.js",
"scripts": {
"dev": "gulp serve",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"devDependencies": {
"angular-mocks": "^1.6.3",
"babel-cli": "^6.24.0",
"babel-preset-es2015": "^6.24.0",
"babelify": "^7.3.0",
"browserify": "^14.1.0",
"del": "^2.2.2",
"eslint": "^3.18.0",
"eslint-config-angular": "^0.5.0",
"eslint-config-standard": "^7.1.0",
"eslint-plugin-angular": "^2.0.0",
"eslint-plugin-jasmine": "^2.2.0",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-standard": "^2.1.1",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.1",
"gulp-concat": "^2.6.1",
"gulp-connect": "^5.0.0",
"gulp-minify-css": "^1.2.4",
"gulp-sass": "^3.1.0",
"gulp-sourcemaps": "^2.4.1",
"jasmine": "^2.5.3",
"karma": "^1.5.0",
"karma-babel-preprocessor": "^6.0.1",
"karma-browserify": "^5.1.1",
"karma-chrome-launcher": "^2.0.0",
"karma-jasmine": "^1.1.0",
"stringify": "^5.1.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.9.0"
},
"dependencies": {
"angular": "^1.6.3",
"express": "^4.15.2",
"gzippo": "^0.2.0",
"lodash": "^4.17.4",
"morgan": "^1.8.1"
}
}