UNPKG

974 BJSONView Raw
1{
2 "name": "acorn",
3 "description": "ECMAScript parser",
4 "homepage": "https://github.com/marijnh/acorn",
5 "main": "dist/acorn.js",
6 "version": "1.0.3",
7 "engines": {
8 "node": ">=0.4.0"
9 },
10 "maintainers": [
11 {
12 "name": "Marijn Haverbeke",
13 "email": "marijnh@gmail.com",
14 "web": "http://marijnhaverbeke.nl"
15 },
16 {
17 "name": "Ingvar Stepanyan",
18 "email": "me@rreverser.com",
19 "web": "http://rreverser.com/"
20 }
21 ],
22 "repository": {
23 "type": "git",
24 "url": "https://github.com/marijnh/acorn.git"
25 },
26 "licenses": [
27 {
28 "type": "MIT",
29 "url": "https://raw.githubusercontent.com/marijnh/acorn/master/LICENSE"
30 }
31 ],
32 "scripts": {
33 "test": "node test/run.js",
34 "prepublish": "bin/prepublish.sh"
35 },
36 "bin": {
37 "acorn": "./bin/acorn"
38 },
39 "devDependencies": {
40 "babelify": "^5.0.4",
41 "browserify": "^9.0.3",
42 "browserify-derequire": "^0.9.4",
43 "unicode-7.0.0": "~0.1.5"
44 }
45}