-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 878 Bytes
/
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
{
"name": "gameoflife-javascript",
"version": "0.1.0",
"description": "Game of life implemented using HTML5 Canvas using TDD",
"main": "gulpfile.js",
"dependencies": {
"bootstrap-sass": "^3.3.1",
"hashes": "^0.1.3",
"signals": "^1.0.0"
},
"devDependencies": {
"gulp": "~3.8.6",
"gulp-mocha": "^0.5.0",
"should": "^4.0.4",
"gulp-jshint": "^1.7.1",
"gulp-clean": "^0.3.1",
"browserify": "^5.0.2",
"vinyl-source-stream": "^0.1.1",
"gulp-rename": "^1.2.0",
"gulp-uglify": "^0.3.1",
"gulp-streamify": "0.0.5",
"gulp-sass": "^0.7.2",
"gulp-minify-css": "^0.3.7",
"gulp-mocha-phantomjs": "^0.3.0",
"gulp-tap": "^0.1.1",
"string": "^1.9.0",
"gulp-ftp": "^1.0.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Brian Geihsler",
"license": "MIT"
}