-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1023 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
39
{
"name": "Angular-Skeleton",
"version": "1.1.0",
"description": "",
"main": "app.js",
"scripts": {
"start": "node app.js",
"test": "standard --fix"
},
"repository": {
"type": "git",
"url": "git+https://github.com/trahloff/Angular-Skeleton.git"
},
"author": "Tobias Rahloff <[email protected]>",
"license": "LGPL-3.0",
"bugs": {
"url": "https://github.com/trahloff/Angular-Skeleton/issues"
},
"homepage": "https://github.com/trahloff/Angular-Skeleton#readme",
"dependencies": {
"angular": "1.5.1",
"angular-animate": "1.5.8",
"angular-aria": "1.5.11",
"angular-material": "1.1.1",
"angular-messages": "1.6.1",
"angular-ui-router": "0.3.2",
"body-parser": "^1.15.2",
"express": "^4.14.0"
},
"devDependencies": {
"standard": "8.6.0"
},
"standard": {
"ignore": [
"**/test/**",
"**/public/**"
]
}
}