-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 935 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
{
"name": "angular-bootstrap",
"version": "1.1.0",
"description": "A template to kick-start an AngularJS 1 app using GovRight Corpus backend",
"main": "./install/setup.js",
"contributors": [
{
"name": "Victor Miletsky",
"email": "[email protected]"
},
{
"name": "Heath Morrison",
"email": "[email protected]"
}
],
"engines": {
"node": ">=5.4.0 <6.0.0"
},
"scripts": {
"start": "chmod +x ./install/setup.sh && ./install/setup.sh",
"test": "node ./install/setup.js --dry-run"
},
"repository": {
"type": "git",
"url": "git+https://github.com/GovRight/angular-bootstrap.git"
},
"author": "GovRight <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/GovRight/angular-bootstrap/issues"
},
"homepage": "https://github.com/GovRight/angular-bootstrap#readme",
"devDependencies": {
"inquirer": "^1.0.2"
}
}