2015-08-03 20:45:58 -04:00
|
|
|
{
|
|
|
|
"name": "angular.io",
|
|
|
|
"version": "0.0.0",
|
|
|
|
"private": true,
|
2015-08-08 16:55:53 -04:00
|
|
|
"description": "Angular 2 documentation",
|
2015-08-03 20:45:58 -04:00
|
|
|
"main": "index.js",
|
|
|
|
"scripts": {
|
2015-08-08 16:55:53 -04:00
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
2015-08-03 20:45:58 -04:00
|
|
|
},
|
|
|
|
"repository": {
|
2015-08-08 16:55:53 -04:00
|
|
|
"type": "git"
|
2015-08-03 20:45:58 -04:00
|
|
|
},
|
2015-08-08 16:55:53 -04:00
|
|
|
"licenses": [
|
|
|
|
{
|
|
|
|
"type": "Apache",
|
|
|
|
"url": "http://www.apache.org/licenses/LICENSE-2.0.html"
|
|
|
|
}
|
|
|
|
],
|
2015-08-03 20:45:58 -04:00
|
|
|
"bugs": {
|
|
|
|
"url": ""
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"canonical-path": "0.0.2",
|
2015-08-08 16:55:53 -04:00
|
|
|
"del": "^1.2.0",
|
2015-08-03 20:45:58 -04:00
|
|
|
"dgeni": "^0.4.0",
|
2015-08-08 16:55:53 -04:00
|
|
|
"dgeni-packages": "^0.10.0",
|
|
|
|
"gulp": "^3.5.6",
|
2015-08-03 20:45:58 -04:00
|
|
|
"gulp-util": "^3.0.6",
|
|
|
|
"gulp-watch": "^4.3.4",
|
2015-08-08 16:55:53 -04:00
|
|
|
"lodash": "^3.10.1",
|
|
|
|
"path": "^0.11.14",
|
|
|
|
"q": "^1.4.1"
|
2015-11-10 13:31:46 -05:00
|
|
|
},
|
2015-08-08 16:55:53 -04:00
|
|
|
"contributors": [
|
|
|
|
"Jay Traband <jayt@ideablade.com>"
|
|
|
|
]
|
2016-09-17 11:00:14 -04:00
|
|
|
}
|