Files
Angular-Docs-Cn/public/docs/_examples/gettingstarted/ts/package.json
T

17 lines
322 B
JSON

{
"name": "angular2-getting-started",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"angular2": "2.0.0-alpha.38",
"systemjs": "0.19.2"
}
}