forked from AriaMinaei/Griddify
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 1.32 KB
/
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": "griddify",
"private": "true",
"version": "1.0.0-beta.3",
"description": "A tiny photoshop panel to make guides and grids",
"main": "index.js",
"scripts": {
"prepublish": "cake build && compass compile styles",
"winwatch": "start/b jitter scripts/coffee scripts/js -b && start/b compass watch styles && start/b watchify scripts/js/panel/panel.js --path js --noparse=FILE --dg false -o scripts/dist/panel.js -v && start/b watchify scripts/js/commands/commands.js --path js --noparse=FILE --dg false -o scripts/dist/commands.jsx -v",
"watch": "jitter scripts/coffee scripts/js -b & compass watch styles & watchify scripts/js/panel/panel.js --path js --noparse=FILE --dg false -o scripts/dist/panel.js -v & watchify scripts/js/commands/commands.js --path js --noparse=FILE --dg false -o scripts/dist/commands.jsx -v"
},
"repository": {
"type": "git",
"url": "https://github.com/pixana/griddify.git"
},
"keywords": [
"photoshop"
],
"author": "Aria Minaei",
"license": "GPL V3",
"bugs": {
"url": "https://github.com/pixana/griddify/issues"
},
"dependencies": {
"photoshopjs-core": "~0.1.0-dev.1",
"photoshopjs-panel": "~0.1.0-dev.1"
},
"devDependencies": {
"browserify": "^4.1.5",
"coffee-script": "^1.7.1",
"jitter": "^1.3.0",
"watchify": "^0.10.1"
}
}