forked from ktsuttlemyre/blockrain.js
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 731 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 731 Bytes
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
{
"name": "blockrain",
"version": "0.2.1",
"description": "Add a game of tetris to your site",
"main": "dist/blockrain.jquery.min.js",
"dependencies": {
"gulp-uglify": "^3.0.2",
"jquery": "~1.11.3",
"uglify-js": "^3.17.4"
},
"scripts": {
"build": "gulp build"
},
"devDependencies": {
"gulp": "^3.8.8",
"gulp-clean": "^0.3.1",
"gulp-concat": "^2.4.1",
"gulp-header": "^1.1.1",
"gulp-uglify": "^1.0.1",
"gulp-zip": "~2.0.2",
"run-sequence": "~1.0.2"
},
"repository": {
"type": "git",
"url": "https://github.com/Aerolab/blockrain.js"
},
"author": "Aerolab",
"license": "MIT",
"bugs": {
"url": "https://github.com/Aerolab/blockrain.js/issues"
}
}