forked from alongubkin/spider
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
61 lines (61 loc) · 1.42 KB
/
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "spider-script",
"version": "0.1.5",
"main": "spider-script.js",
"description": "The Next-Gen Programming Language for the Web",
"homepage": "http://spiderlang.org",
"bugs": "https://github.com/alongubkin/spider/issues",
"author": {
"name": "Alon Gubkin",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "https://github.com/alongubkin/spider"
},
"license": "Apache",
"files": [
"lib",
"cli.js",
"spider-script.js"
],
"keywords": [
"spider",
""
],
"devDependencies": {
"coveralls": "~2.11.2",
"grunt-contrib-clean": "~0.6.0",
"grunt-contrib-copy": "~0.7.0",
"grunt-contrib-nodeunit": "^0.3.3",
"grunt-contrib-watch": "^0.6.1",
"grunt-eslint": "~2.0.0",
"grunt-mocha-cli": "^1.9.0",
"grunt-mocha-istanbul": "~2.2.0",
"grunt-peg": "~1.5.0",
"grunt-spider-script": "0.0.9",
"istanbul": "~0.3.2",
"load-grunt-tasks": "^0.4.0",
"mocha": "~2.0.1",
"mocha-lcov-reporter": "0.0.1",
"shelljs-nodecli": "~0.1.1",
"should": "~4.1.0",
"time-grunt": "^0.3.1",
"grunt": "~0.4.5"
},
"scripts": {
"test": "grunt"
},
"bin": {
"spider": "cli.js"
},
"preferGlobal": "true",
"dependencies": {
"escodegen": "estools/escodegen#21a9331",
"pegjs": "~0.8.0",
"nomnom": "~1.8.1",
"chalk": "~0.5.1",
"traceur": "0.0.74",
"multi-stage-sourcemap": "~0.2.1"
}
}