-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 883 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
39
40
41
{
"name": "supchik",
"version": "0.2.5",
"description": "Supchik like Borschik but with source maps support and one more thing... things.",
"main": "./supchik.js",
"bin": {
"supchik": "./cli.js"
},
"engines": {
"node": ">=0.12.0"
},
"repository": {
"type": "git",
"url": "http://github.com/GREENpoint/supchik"
},
"scripts": {
"test": "node ./node_modules/.bin/mocha --reporter spec ./test/test.js"
},
"author": "Vitaliy Green",
"license": "MIT",
"bugs": {
"url": "https://github.com/GREENpoint/supchik/issues"
},
"keywords": [
"ast",
"supchik",
"borschik"
],
"dependencies": {
"lodash": "~4.0.0",
"commander": "~2.9.0",
"esprima": "~2.7.1",
"estraverse": "~4.1.1",
"escodegen": "~1.8.0"
},
"devDependencies": {
"mocha": "~2.3.4",
"chai": "~3.4.1",
"wrench": "~1.5.8"
}
}