-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.09 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.09 KB
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
40
{
"name": "bonsaiapp",
"description": "A Zen-like Angular Modular BaseApp with Modern, & Elegant UI for Rapid Application Development.",
"author": "Brian Orr (DrkDevil) <brian.orr@digitalreligion.net>",
"license": "MIT",
"version": "0.0.1",
"main": "index.html",
"devDependencies": {
"angular": "~1.7.2",
"angular-route": "~1.7.2",
"browser-sync": "^2.24.5",
"gulp": "^3.9.1",
"gulp-angular-templatecache": "^2.2.1",
"eslint-friendly-formatter": "^4.0.1",
"gulp-eslint": "^5.0.0",
"gulp-sass": "^4.0.1",
"gulp-repl": "^2.0.3",
"readline-ui": "^2.2.3",
"ansi-cyan": "^0.1.1",
"ansi-yellow": "^0.1.1",
"ansi-green": "^0.1.1",
"ansi-red": "^0.1.1",
"ansi-bgcyan": "^0.1.1",
"ansi-bgred": "^0.1.1",
"ansi-bggreen": "^0.1.1"
},
"engines": {
"node": ">=0.10.0"
},
"private": true,
"scripts": {
"eslint": "eslint --format 'node_modules/eslint-friendly-formatter' app/scripts/",
"postinstall": "bower install",
"dev": "gulp dev",
"prod": "gulp prod"
},
"dependencies": {
"gulp-cli": "^1.4.0"
}
}