forked from WebReflection/universal-mixin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 968 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
{
"version": "1.0.0",
"license": "MIT",
"name": "universal-mixin",
"description": "",
"homepage": "https://github.com/WebReflection/universal-mixin",
"keywords": [],
"author": {
"name": "Andrea Giammarchi",
"web": "http://webreflection.blogspot.com/"
},
"repository": {
"type": "git",
"url": "git://github.com/WebReflection/universal-mixin.git"
},
"main": "./build/universal-mixin.node.js",
"scripts": {
"test": "node test/.test.js",
"web": "IP=0.0.0.0 polpetta",
"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": "*"
}
}