-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 850 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 850 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": "builder-coffee-script",
"description": "coffee-script plugin for component-builder2",
"version": "0.3.0",
"author": {
"name": "Jonathan Ong",
"email": "me@jongleberry.com",
"url": "http://jongleberry.com",
"twitter": "https://twitter.com/jongleberry"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/componentjs/builder-coffee.git"
},
"bugs": {
"mail": "me@jongleberry.com",
"url": "https://github.com/componentjs/builder-coffee/issues"
},
"dependencies": {
"sse4_crc32": "^3.1.0",
"coffee-script": "^1.9.0"
},
"devDependencies": {
"mkdirp": "*",
"mocha": "*",
"should": "*",
"co": "*",
"component-builder2": "*",
"component-resolver": "*",
"gnode": "*"
},
"scripts": {
"test": "NODE=gnode make test"
}
}