forked from jonathankowalski/CasseBriques
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 819 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 819 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
33
34
{
"name": "BreakIt",
"version": "1.0.0",
"description": "Break bricks with class!",
"main": "index.js",
"private": true,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "browserify > www/javascript/production.js",
"publish": "buildbranch gh-pages www"
},
"repository": {
"type": "git",
"url": "https://github.com/nfroidure/BreakIt.git"
},
"keywords": [
"breakit"
],
"author": "Nicolas Froidure",
"license": "MIT",
"bugs": {
"url": "https://github.com/nfroidure/BreakIt/issues"
},
"homepage": "https://github.com/nfroidure/BreakIt",
"devDependencies": {
"browserify": "^9.0.3",
"buildbranch": "0.0.2"
},
"dependencies": {
"commandor": "^0.1.2",
"requestanimationframe": "0.0.22",
"sounds": "^1.0.2"
}
}