vagrant-wordpress-bintz/package.json

27 lines
568 B
JSON
Raw Normal View History

2015-04-30 13:54:25 +00:00
{
"name": "vagrant-wordpress",
"version": "1.0.0",
"description": "",
"main": "index.js",
2015-07-05 17:14:28 +00:00
"engines": {
"node": ">=0.12"
},
2015-04-30 13:54:25 +00:00
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"browserify": "^9.0.8",
2015-07-05 17:14:28 +00:00
"cjsx-loader": "^2.0.1",
2015-04-30 13:54:25 +00:00
"coffee-reactify": "^3.0.0",
"coffee-script": "^1.9.2",
"glob": "^5.0.5",
"gulp": "^3.8.11",
2015-07-05 17:14:28 +00:00
"node-libs-browser": "^0.5.2",
2015-04-30 13:54:25 +00:00
"vinyl-source-stream": "^1.1.0",
2015-07-05 17:14:28 +00:00
"watchify": "^3.2.0",
"webpack": "^1.9.10"
2015-04-30 13:54:25 +00:00
}
}