-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
34 lines (34 loc) · 869 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
34
{
"name": "poser",
"description": "Create clean arrays, or anything else, which you can safely extend",
"version": "1.2.0",
"homepage": "https://github.com/bevacqua/poser",
"author": {
"name": "Nicolas Bevacqua",
"email": "[email protected]",
"url": "http://bevacqua.io"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/bevacqua/poser.git"
},
"browser": {
"./src/node.js": "./src/browser.js"
},
"devDependencies": {
"browserify": "^4.1.3",
"gulp": "^3.6.2",
"gulp-bump": "^0.1.8",
"gulp-clean": "^0.2.4",
"gulp-git": "^0.4.2",
"gulp-header": "^1.0.2",
"gulp-minify-css": "^0.3.4",
"gulp-rename": "^1.2.0",
"gulp-size": "^0.3.1",
"gulp-streamify": "0.0.5",
"gulp-stylus": "^1.0.0",
"gulp-uglify": "^0.3.0",
"vinyl-source-stream": "^0.1.1"
}
}