-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 766 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 766 Bytes
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": "flato-bs2",
"version": "0.1.0",
"description": "Yet another amazing AngularJS app!",
"keywords": [
"angular"
],
"homepage": "https://github.com/njcameron/flato-bs2",
"bugs": "https://github.com/njcameron/flato-bs2/issues",
"author": {
"name": "Neil Cameron",
"email": "neil@neilcameron.me",
"url": "https://github.com/njcameron"
},
"repository": {
"type": "git",
"url": "https://github.com/njcameron/flato-bs2.git"
},
"licenses": [
{
"type": "MIT"
}
],
"dependencies": {},
"devDependencies": {
"factory-angular-channels": "^0.7.1",
"gulp": "git://github.com/gulpjs/gulp.git#4.0",
"gulp-include": "^1.1.1",
"ng-factory": "^1.0",
"undertaker-app-tasks": "^0.2.6"
}
}