-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 918 Bytes
/
package.json
File metadata and controls
43 lines (43 loc) · 918 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
37
38
39
40
41
42
43
{
"name": "bailey",
"version": "0.0.17",
"description": "A coffeescript without that bitter after-taste.",
"main": "bailey.js",
"browser": "./src/compiler.js",
"dependencies": {
"bluebird": "^2.9.24",
"colors": "*",
"commander": "^2.2.0",
"jquery": "^2.1.3",
"js-beautify": "*",
"mkdirp": "^0.5.0",
"node-watch": "*",
"stdin": "0.0.1"
},
"devDependencies": {
"browserify": "5.12.0",
"jscs": "^1.12.0",
"jshint": "*",
"mocha": "^1.18.2",
"pegjs": "~0.8.0",
"rimraf": "^2.2.8",
"should": "^3.3.1",
"uglifyify": "2.5.0"
},
"scripts": {
"test": "make test",
"prepublish": "make parser"
},
"bin": "./bailey.js",
"repository": {
"type": "git",
"url": "git://github.com/haeric/bailey.js.git"
},
"files": [
"src/",
"bailey.js",
"LICENSE"
],
"author": "Haakon Erichsen, @haeric",
"license": "MIT"
}