-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
38 lines (38 loc) · 892 Bytes
/
package.json
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
{
"name": "pencil-tracer",
"description": "JavaScript/CoffeeScript instrumentation for a visual debugger",
"version": "0.0.24",
"main": "./lib/index",
"scripts": {
"prepublish": "cake build",
"test": "cake test"
},
"author": "Jeremy Ruten <[email protected]>",
"licenses": [
{
"type": "MIT",
"url": "https://raw.github.com/yjerem/pencil-tracer/master/LICENSE"
}
],
"repository": {
"type": "git",
"url": "https://github.com/yjerem/pencil-tracer.git"
},
"directories": {
"lib": "./lib"
},
"dependencies": {
"acorn": "^2.1.0",
"escodegen": "^1.6.1"
},
"devDependencies": {
"browserify": "^10.2.6",
"coffee-script": "^1.9.3",
"contextify": "^0.1.14",
"iced-coffee-script": "^1.8.0-d",
"iced-runtime": "^1.0.2",
"mocha": "^2.2.5",
"should": "^7.0.2",
"underscore": "^1.8.3"
}
}