forked from pavlakis/vagrant-ansible-hump
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1.01 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
{
"name": "team-nf-hack-24",
"version": "0.0.1",
"description": "Doing awesome things with Team NFC @ Hack24 in Notts.",
"main": "public/index.html",
"author": "Matt Brunt",
"devDependencies": {
"autoprefixer-core": "^4.0.0",
"bower": "^1.3.9",
"bower-installer": "^0.8.4",
"browser-sync": "^2.4.0",
"fs": "0.0.2",
"gulp": "^3.8.11",
"gulp-autoprefixer": "^2.1.0",
"gulp-bower": "0.0.6",
"gulp-bower-files": "^0.2.7",
"gulp-changed": "^1.0.0",
"gulp-empty": "^0.1.1",
"gulp-file": "^0.2.0",
"gulp-filter": "^2.0.2",
"gulp-jshint": "^1.8.4",
"gulp-minify-css": "^0.3.7",
"gulp-notify": "^1.5.0",
"gulp-postcss": "^3.0.0",
"gulp-rename": "^1.2.0",
"gulp-ruby-sass": "1.0.0-alpha",
"gulp-sass": "^0.7.3",
"gulp-sourcemaps": "^1.2.8",
"gulp-uglify": "^1.0.0",
"gulp-uglifyjs": "^0.4.2",
"gulp-util": "^3.0.1",
"main-bower-files": "^2.0.0",
"require-dir": "^0.3.0"
},
"dependencies": {
"lodash": "^3.8.0"
}
}