-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.12 KB
/
Copy pathpackage.json
File metadata and controls
53 lines (53 loc) · 1.12 KB
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
43
44
45
46
47
48
49
50
51
52
53
{
"name": "procreate-swatch-generator",
"version": "2.0.0",
"description": "Generate a Procreate swatches file from a list of colors",
"license": "MIT",
"repository": "natecavanaugh/procreate-swatch-generator",
"bin": "bin/index.js",
"author": {
"name": "Nate Cavanaugh",
"email": "nate@shift22.com",
"url": "alterform.com"
},
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "gulp test-coverage",
"coveralls": "gulp coveralls"
},
"keywords": [
"cli-app",
"cli",
"bin",
""
],
"dependencies": {
"bluebird": "^3.4.6",
"filenamify": "^1.2.1",
"is-dir": "^1.0.0",
"lodash": "^4.17.2",
"meow": "^3.3.0",
"onecolor": "^3.0.4",
"superb": "^1.3.0",
"yazl": "^2.4.2"
},
"devDependencies": {
"chai": "*",
"chai-string": "*",
"coveralls": "*",
"gulp": "*",
"gulp-coveralls": "*",
"gulp-help": "*",
"gulp-istanbul": "*",
"gulp-load-plugins": "*",
"gulp-mocha": "*",
"istanbul": "*",
"memorystream": "^0.3.1",
"mocha": "*",
"mock-fs": "^3.12.1",
"run-sequence": "*",
"sinon": "*"
}
}