-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (30 loc) · 815 Bytes
/
package.json
File metadata and controls
31 lines (30 loc) · 815 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": "coffee-script-mapped",
"version": "0.1.5",
"author": "illniyar",
"description": "coffee-script with stack trace mapping",
"main": "./lib/coffee-script-mapped.js",
"dependencies": {
"source-map": "0.1.x"
},
"repository": {
"type": "git",
"url": "git://github.com/Illniyar/coffee-script-mapped.git"
},
"licenses": {
"type": "MIT",
"url": "http://opensource.org/licenses/MIT"
},
"homepage": "https://github.com/Illniyar/coffee-script-mapped",
"devDependencies": {
"coffee-script":"1.7.x",
"mocha": "1.9.x",
"chai": "1.6.x"
},
"scripts": {
"test": "mocha --harmony-proxies --recursive --reporter spec"
},
"bin": {
"coffeem": "./bin/coffeem"
}
}