-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 948 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"name": "angular-seed",
"version": "1.0.0",
"description": "sample boilerplate",
"scripts": {
"prestart": "npm update"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yazpid/angular-seed.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/yazpid/angular-seed/issues"
},
"homepage": "https://github.com/yazpid/angular-seed#readme",
"peerDependencies": {
"angular": "@>=1.3 <1.6",
"angular-animate": "^@>=1.3 <1.6",
"angular-aria": "@>=1.3 <1.6",
"angular-messages": "@>=1.3 <1.6"
},
"dependencies": {
"angular": "^1.5.5",
"angular-animate": "^1.5.5",
"angular-aria": "^1.5.5",
"angular-material": "^1.1.0",
"angular-messages": "^1.5.5",
"angular-ui-router": "^1.0.0-rc.1",
"lodash": "^4.17.4",
"restangular": "^1.6.1"
},
"devDependencies": {
"angular-mocks": "^1.4.9",
"live-server": "^0.9.1"
}
}