-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
34 lines (34 loc) · 961 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
{
"author": "David Trejo <[email protected]> (http://dtrejo.com)",
"name": "colorslice",
"description": "multiple color picker for your browser using screenshots",
"version": "0.1.0-32",
"repository": {
"url": ""
},
"main": "colorslice.js",
"dependencies": {
"browserify-mime": "1.2.9",
"browserify-watcher": "~1.1.0",
"color-parser": "0.1.0",
"commander": "1.0.4",
"css": "1.1.0",
"debug": "0.7.4",
"deep-equal": "0.0.0",
"ecstatic": "~0.3.2",
"error-page": "0.0.6",
"extract-values": "~0.1.2",
"husl": "6.0.0",
"stylus": "~0.32.0"
},
"devDependencies": {
"buildbranch": "1.0.0"
},
"optionalDependencies": {},
"homepage": "http://dtrejo.com/colorslice/",
"scripts": {
"start": "node server.js",
"build": "echo 'run the server, visit homepage to recompile css, quit server, commit changes, npm run deploy'",
"deploy": "buildbranch gh-pages public"
}
}