-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 903 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 903 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
33
34
35
36
37
38
{
"name": "package.json",
"version": "1.0.0",
"description": "DollarOne Studio",
"keywords": [
"bower",
"gulp",
"npm"
],
"author": "Moisés Gramary <moises@webet.es>",
"license": "MIT",
"dependencies": {
"bower": "~1.8.0",
"bower-installer": "~1.2.0",
"express": "3.4.5",
"gulp": "~3.9.0",
"gulp-add-src": "~0.2.0",
"gulp-angular-htmlify": "^2.3.0",
"gulp-autoprefixer": "~3.0.2",
"gulp-clean": "~0.3.1",
"gulp-clean-css": "~2.0.13",
"gulp-concat": "~2.6.0",
"gulp-express": "~0.3.5",
"gulp-htmlmin": "^2.0.0",
"gulp-if": "~1.2.5",
"gulp-jasmine-browser": "^1.7.1",
"gulp-rename": "1.2.0",
"gulp-sass": "~2.3.2",
"gulp-twig": "^0.4.0",
"gulp-uglify": "~1.4.1",
"slug": "^0.9.1",
"twig": "^0.10.0"
},
"devDependencies": {
"connect-livereload": "^0.6.0",
"gulp-watch": "^4.3.11"
}
}