UNPKG

683 BJSONView Raw
1{
2 "name": "backpack-core",
3 "version": "0.5.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.25.0",
16 "babel-loader": "^7.1.0",
17 "babel-preset-backpack": "^0.5.0",
18 "cross-spawn": "^5.0.1",
19 "friendly-errors-webpack-plugin": "^1.6.1",
20 "nodemon": "^1.11.0",
21 "ramda": "^0.23.0",
22 "source-map-support": "^0.4.15",
23 "webpack": "^3.0.0",
24 "webpack-node-externals": "^1.6.0"
25 }
26}