UNPKG

688 BJSONView Raw
1{
2 "name": "backpack-core",
3 "version": "0.3.0",
4 "description": "Backpack is a minimalistic build system for Node.js",
5 "repository": "palmerhq/backpack",
6 "author": "@jaredpalmer",
7 "license": "MIT",
8 "bugs": {
9 "url": "https://github.com/palmerhq/backpack/issues"
10 },
11 "bin": {
12 "backpack": "./bin/backpack"
13 },
14 "dependencies": {
15 "babel-core": "^6.22.0",
16 "babel-loader": "^6.2.10",
17 "babel-preset-backpack": "^0.0.9",
18 "cross-spawn": "^5.0.1",
19 "friendly-errors-webpack-plugin": "^1.1.2",
20 "nodemon": "^1.11.0",
21 "ramda": "^0.23.0",
22 "source-map-support": "^0.4.11",
23 "webpack": "2.2.0-rc.3",
24 "webpack-node-externals": "^1.5.4"
25 }
26}