-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 993 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
{
"name": "simple-angular-catalog",
"version": "1.0.2",
"description": "This is simple example angular user catalog application.",
"main": "index.html",
"scripts": {
"postinstall": "npm install",
"update-deps": "npm update",
"postupdate-deps": "bower update",
"prestart": "bower install",
"start": "http-server -a localhost -p 8080 -o",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dawidpolakowski/simple-angular-catalog.git"
},
"keywords": [
"angulatjs",
"tutorial",
"catalog"
],
"author": "Dawid Polakowski <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/dawidpolakowski/simple-angular-catalog/issues"
},
"homepage": "https://github.com/dawidpolakowski/simple-angular-catalog#readme",
"dependencies": {
"bower": "^1.8.0"
}
}