UNPKG

1.03 kBJSONView Raw
1{
2 "name": "@eknkc/maket",
3 "version": "4.5.0",
4 "description": "Maket build tool",
5 "main": "build/bin.js",
6 "scripts": {
7 "build": "./node_modules/.bin/babel -D --out-dir build --presets es2015-node src/",
8 "prepublish": "npm run build"
9 },
10 "bin": {
11 "maket": "build/bin.js"
12 },
13 "author": "Ekin Koc",
14 "license": "ISC",
15 "dependencies": {
16 "@eknkc/maket-conf": "^1.0.1",
17 "babel-cli": "^6.9.0",
18 "babel-preset-es2015": "^6.9.0",
19 "babel-preset-es2015-node": "^6.0.1",
20 "babel-preset-react": "^6.5.0",
21 "babel-preset-stage-3": "^6.5.0",
22 "babelify": "^7.2.0",
23 "browserify": "^13.0.1",
24 "browserify-css": "^0.9.1",
25 "commander": "^2.9.0",
26 "concurrently": "^3.0.0",
27 "envify": "^3.4.0",
28 "factor-bundle": "^2.5.0",
29 "jeet": "6.1.2",
30 "json": "^9.0.3",
31 "lodash.template": "^4.2.5",
32 "nib": "^1.1.0",
33 "nodemon": "^1.9.2",
34 "rupture": "^0.6.1",
35 "stylus": "^0.54.2",
36 "tsort": "0.0.1",
37 "uglify-js": "^2.6.2",
38 "watchify": "^3.7.0"
39 }
40}