-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 782 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 782 Bytes
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
{
"name": "duotone-base16",
"version": "1.0.0",
"description": "Convert duotone-based atom themes to base16 colorschemes",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "David O'Trakoun <me@davidosomething.com> (http://davidosomething.com/)",
"license": "ISC",
"dependencies": {
"chalk": "^1.1.1",
"commander": "^2.9.0",
"css": "^2.2.1",
"download-github-repo": "^0.1.3",
"indent-string": "^2.1.0",
"less": "^2.5.3",
"lodash.assign": "^3.2.0",
"lodash.filter": "^3.1.1",
"lodash.find": "^3.2.1",
"lodash.findwhere": "^3.1.0",
"lodash.get": "^3.7.0",
"lodash.result": "^3.1.2",
"yamljs": "^0.2.4"
},
"devDependencies": {
"nodegit": "^0.6.3"
}
}