-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathpackage.json
40 lines (40 loc) · 936 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
35
36
37
38
39
40
{
"name": "scratchcard",
"version": "0.5.6",
"description": "Mimic a scratchcard with HTML5",
"keywords": [
"scratchcard",
"scratch",
"card"
],
"license": "MIT",
"author": "Cédric Connes <cedric.connes@gmail.com>",
"contributors": [
"Unitag (http://www.unitag.io)"
],
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/connesc/scratchcard.git"
},
"scripts": {
"build": "node_modules/.bin/gulp build",
"clean": "node_modules/.bin/gulp clean"
},
"dependencies": {
"animation-frame": "^0.3.0",
"lodash.defaults": "^4.1.0"
},
"devDependencies": {
"browserify": "^13.1.0",
"del": "^2.2.1",
"express": "^4.14.0",
"gulp": "^3.9.1",
"gulp-rename": "^1.2.2",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^2.0.0",
"merge-stream": "^1.0.0",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
}
}