angular-cn/package.json

25 lines
564 B
JSON
Raw Normal View History

2014-09-18 17:56:38 -04:00
{
"name": "angular",
"version": "0.0.0",
"description": "Angular",
"scripts": {
2014-09-19 17:55:37 -04:00
"test": "echo \"Error: no test specified\" && exit 1"
2014-09-18 17:56:38 -04:00
},
"author": "Tobias Bosch <tbosch@google.com>",
"license": "MIT",
"dependencies": {
"gulp": "^3.8.8",
"gulp-rename": "^1.2.0",
"gulp-shell": "^0.2.9",
"gulp-watch": "^1.0.3",
"q": "^1.0.1",
"through2": "^0.6.1",
"event-stream": "^3.1.5",
"gulp-connect": "~1.0.5",
"gulp-rimraf": "^0.1.0",
"run-sequence": "^0.3.6",
"glob": "^4.0.6",
"gulp-ejs": "^0.3.1"
}
}