-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 791 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 791 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
32
33
34
35
36
{
"name": "cimarron",
"version": "0.3.1",
"description": "",
"homepage": "http://github.com/fcingolani/cimarron",
"main": "./lib/cimarron.js",
"directories": {
"bin": "./bin",
"lib": "./lib"
},
"author": {
"name": "Federico Cingolani",
"email": "mail@fcingolani.com.ar",
"url": "http://fcingolani.com.ar"
},
"repository": {
"type": "git",
"url": "http://github.com/fcingolani/cimarron.git"
},
"scripts": {
"prepublish": "coffee -o lib/ -c src/"
},
"license": "MIT",
"dependencies": {
"chalk": "^0.4.0",
"connect": "^2.15.0",
"interpret": "^0.3.2",
"liftoff": "^0.10.0",
"opener": "^1.3.0",
"portfinder": "^0.2.1",
"underscore": "^1.6.0"
},
"devDependencies": {
"coffee-script": "^1.7.1"
}
}