forked from anthill/6elementApp
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 806 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 806 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
{
"name": "6elementApp",
"version": "0.0.0",
"description": "First sketches of the 6element App",
"main": "app.js",
"scripts": {
"watch": "watchify src/main.js -o app.js -d -v",
"build": "browserify src/main.js -o app.js -d",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/anthill/6elementApp.git"
},
"author": "ants <contact@ants.builders> (http://ants.builders/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/anthill/6elementApp/issues"
},
"homepage": "https://github.com/anthill/6elementApp",
"dependencies": {
"browserify": "^10.2.4",
"moment": "^2.10.3",
"react": "^0.13.3"
},
"devDependencies": {
"eslint": "^0.21.0",
"watchify": "^3.2.1"
}
}