-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 976 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 976 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
{
"version": "0.0.0",
"license": "MIT",
"name": "main",
"description": "",
"homepage": "https://github.com/WebReflection/main",
"keywords": [],
"author": {
"name": "Andrea Giammarchi",
"web": "http://webreflection.blogspot.com/"
},
"repository": {
"type": "git",
"url": "git://github.com/WebReflection/main.git"
},
"main": "./build/main.node.js",
"scripts": {
"test": "node test/.test.js||phantomjs testrunner.js",
"web": "node node_modules/tiny-cdn/tiny-cdn run -p=1337",
"install-global-dev": "node -e '(function(o){for(var k in o)require(\"child_process\").spawn(\"npm\",[\"install\",\"-g\",k+\"@\"+o[k]]).on(\"exit\",console.log.bind(console,k+\"@\"+o[k]));}(require(\"package.json\").globalDevDependencies))'"
},
"globalDevDependencies": {
"uglify-js": "1",
"jshint": "2",
"browserify": "*",
"watchify": "*",
"phantomjs": "*",
"tiny-cdn": "*"
},
"devDependencies": {
"wru": "*"
}
}