UNPKG

1.15 kBJSONView Raw
1{
2 "name": "ion",
3 "version": "0.9.12",
4 "main": "lib/index",
5 "bin": {
6 "ion": "lib/builder/_command.js"
7 },
8 "repository": "https://github.com/krisnye/ion.git",
9 "scripts": {
10 "dev": "npm install && npm run boot && bower link && cd lib && npm link && cd ..",
11 "build": "ion -c",
12 "watch": "ion -w",
13 "boot": "node boot/builder/_command.js -c"
14 },
15 "directories": {
16 "lib": "lib",
17 "src": "src"
18 },
19 "build": {
20 "package": true,
21 "merge": {
22 "../dist/ion-all.js": {
23 "exclude": ["builder"]
24 },
25 "../dist/ion-browser.js": {
26 "exclude": ["builder", "test", "compiler"]
27 },
28 "../dist/ion-min.js": {
29 "exclude": ["builder", "test", "compiler"],
30 "compress": true
31 }
32 }
33 },
34 "contributors": ["krisnye@gmail.com"],
35 "dependencies": {
36 "esprima": "1.1.x",
37 "uglify-js": "2.4.x",
38 "pegjs": "0.8.x",
39 "underscore": "1.6.x",
40 "source-map": "0.1.x",
41 "coffee-script": "1.8.x"
42 }
43}