-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 758 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 758 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
30
31
{
"name": "node-codekit",
"version": "0.0.5",
"description": "CodeKit alternative on Node.JS",
"bin": {
"node-codekit": "bin/nodekit",
"nodekit": "bin/nodekit"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies" : {
"growl" : "*",
"g15composer" : "*",
"commander" : "*",
"prompt" : "*",
"colors" : "*",
"watchr" : "*",
"less" : "*",
"socket.io" : "*",
"node-minify" : "*"
},
"repository": {
"type": "git",
"url": "https://github.com/Illizian/node-codekit.git"
},
"author": "Alex Scotton",
"license": "open",
"readmeFilename": "readme.md",
"gitHead": "701fc40d697de1cf54c0a41812144f3622c31bdd"
}