-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
42 lines (42 loc) · 1.01 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
35
36
37
38
39
40
41
42
{
"name": "gulp-sketch",
"description": "SketchTool plugin for gulp",
"version": "1.0.5",
"homepage": "https://github.com/cognitom/gulp-sketch",
"repository": {
"type": "git",
"url": "git://github.com/cognitom/gulp-sketch.git"
},
"author": {
"name": "Tsutomu Kawamura",
"url": "http://librize.com/"
},
"main": "index.js",
"keywords": [
"gulpplugin",
"sketch"
],
"dependencies": {
"clean-sketch": "^1.0.1",
"es6-promise": "^4.1.0",
"gulp-util": "^3.0.7",
"npm-which": "^3.0.1",
"recursive-readdir": "^2.1.1",
"rimraf": "^2.4.3",
"temporary": "0.0.8",
"through2": "^2.0.0"
},
"devDependencies": {
"coffee-script": "^1.10.0",
"gulp": "^3.9.0",
"gulp-coffee": "^2.3.1",
"mocha": "^3.2.0",
"should": "^11.2.1"
},
"scripts": {
"install-sketchtool": "sudo sh ./install-sketchtool.sh",
"prepublish": "gulp",
"test": "mocha --compilers coffee:coffee-script --require coffee-script/register -R spec"
},
"license": "MIT"
}