UNPKG

1.05 kBJSONView Raw
1{
2 "name": "nodify-core",
3 "version": "5.0.1",
4 "description": "Nodify is a build tool system for Node.js",
5 "repository": {
6 "type": "git",
7 "url": "git+https://github.com/shrynx/nodify.git"
8 },
9 "keywords": [
10 "node build tool",
11 "node es6",
12 "node rollup",
13 "node babel"
14 ],
15 "author": "Shriyans Bhatnagar <shriyansbhatnar@gmail.com>",
16 "license": "MIT",
17 "bugs": {
18 "url": "https://github.com/shrynx/nodify/issues"
19 },
20 "homepage": "https://github.com/shrynx/nodify#readme",
21 "bin": {
22 "nodify": "./bin/nodify.js"
23 },
24 "dependencies": {
25 "ansi-escapes": "^3.0.0",
26 "babel-core": "^6.26.0",
27 "babel-preset-nodify": "^2.0.2",
28 "chalk": "^2.3.2",
29 "cross-spawn": "^6.0.5",
30 "nodemon": "^1.17.2",
31 "pretty-ms": "^3.1.0",
32 "ramda": "^0.25.0",
33 "rollup": "^0.57.0",
34 "rollup-plugin-babel": "^3.0.3",
35 "rollup-plugin-commonjs": "^9.1.0",
36 "rollup-plugin-json": "^2.3.0",
37 "rollup-plugin-replace": "^2.0.0",
38 "signal-exit": "^3.0.2",
39 "source-map-support": "^0.5.4"
40 }
41}