-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
66 lines (66 loc) · 1.64 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
62
63
64
65
66
{
"name": "cappuccino.acorn-objj",
"version": "1.1.4",
"description": "JavaScript (ECMAScript) and Objective-J parser.",
"homepage": "https://github.com/cappuccino/acorn-objj",
"keywords": [
"JavaScript",
"ECMAScript",
"Objective-J",
"objj",
"acorn",
"Cappuccino",
"parser"
],
"contributors": [
"Martin Carlberg <[email protected]> (http://carlberg.org)",
"Aparajita Fishman (http://www.aparajita.com)"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/cappuccino/acorn-objj.git"
},
"bugs": "https://github.com/cappuccino/acorn-objj/issues",
"engines": {
"node": ">=5.0"
},
"bin": {
"acorn-objj": "./bin/acorn-objj.js"
},
"scripts": {
"test": "gulp test",
"postversion": "git push && git push --tags && npm publish"
},
"dependencies": {
"acorn": "~3.2.0",
"acorn-issue-handler": "~1.1.1",
"chalk": "~1.1.3",
"optionator": "~0.8.1"
},
"devDependencies": {
"capture-stream": "~0.1.2",
"code": "~3.0.1",
"del": "~2.2.0",
"eslint": "~2.12.0",
"eslint-clang-formatter": "~1.3.0",
"eslint-config-cappuccino": "~1.3.8",
"gulp": "~3.9.1",
"gulp-changed": "~1.3.0",
"gulp-eslint": "~2.0.0",
"gulp-jscs": "~3.0.0",
"gulp-jscs-stylish": "~1.4.0",
"gulp-load-plugins": "~1.2.4",
"gulp-mocha": "~2.2.0",
"gulp-rename": "~1.2.2",
"gulp-util": "~3.0.7",
"istanbul": "~0.4.3",
"jscs": "~2.11.0",
"jscs-cappuccino": "~1.1.0",
"jscs-clang-reporter": "~1.1.11",
"mocha": "~2.5.3",
"path-exists": "~3.0.0",
"run-sequence": "~1.2.1",
"through2": "~2.0.1"
}
}