-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
46 lines (46 loc) · 1.14 KB
/
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
40
41
42
43
44
45
46
{
"name": "ngDashboard",
"version": "0.0.1",
"description": "Dashboard for AngularJS",
"author": "Pooya Paridel",
"dependencies": {
},
"devDependencies": {
"bower": "^1.3.1",
"gulp": "^3.8.11",
"gulp-angular-htmlify": "^0.4.0",
"gulp-changed": "^1.1.0",
"gulp-coffee": "*",
"gulp-compass": "^2.0.3",
"gulp-concat": "^2.4.1",
"gulp-copy": "0.0.2",
"gulp-css-flip": "^0.4.0",
"gulp-expect-file": "0.0.7",
"gulp-filter": "^1.0.2",
"gulp-html-prettify": "0.0.1",
"gulp-ignore": "^1.2.1",
"gulp-less": "^1.3.9",
"gulp-minify-css": "^0.3.11",
"gulp-ng-annotate": "^0.4.3",
"gulp-rename": "^1.2.0",
"gulp-sass": "^1.3.2",
"gulp-sourcemaps": "^1.5.2",
"gulp-sync": "^0.1.4",
"gulp-uglify": "^1.0.2",
"gulp-util": "^3.0.1",
"gulp-w3cjs": "^0.2.1",
"http-server": "^0.6.1",
"marked": "^0.3.2",
"merge-stream": "^0.1.7",
"minimist": "^1.1.1",
"node-uuid": "*",
"run-sequence": "^1.1.0",
"shelljs": "^0.2.6",
"through2": "^0.6.3"
},
"scripts": {
"prestart": "bower install",
"start": "npm install",
"poststart": "gulp"
}
}