vagrant-wordpress-bintz/package.json

22 lines
472 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",
"engines": { "node": ">=0.12" },
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"browserify": "^9.0.8",
"coffee-reactify": "^3.0.0",
"coffee-script": "^1.9.2",
"glob": "^5.0.5",
"gulp": "^3.8.11",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.2.0"
}
}