forked from LuvDaSun/angular-hal
- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
Latest commit
17 lines (17 loc) · 427 Bytes
/
Copy pathpackage.json
File metadata and controls
17 lines (17 loc) · 427 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
"name": "angular-hal",
"version": "0.0.11",
"description": "Hal client for angularjs",
"repository": "git@github.com:elmerbulthuis/angular-hal.git",
"author": "elmerbulthuis <elmerbulthuis@gmail.com>",
"license": "WTFPL",
"main": "",
"devDependencies": {
"bower": "~1",
"karma": "~0.8.7"
},
"scripts": {
"test": "karma start --single-run --no-auto-watch",
"install": "bower install"
}
}