-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 898 Bytes
/
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": "tidaltheory",
"description": "DESCRIPTION",
"version": "0.1.0",
"scripts": {
"postinstall": "bower install"
},
"author": {
"name": "AUTHOR",
"url": "http://AUTHOR.com/"
},
"homepage": "http://HOMEPAGE.com/",
"repository": {
"type": "git",
"url": "git://URL.git"
},
"dependencies": {},
"devDependencies": {
"browser-sync": "^2.9.6",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^3.0.2",
"gulp-changed": "^1.3.0",
"gulp-concat": "^2.6.0",
"gulp-csso": "^1.0.0",
"gulp-if": "^1.2.5",
"gulp-imagemin": "^2.3.0",
"gulp-load-plugins": "^0.10.0",
"gulp-modernizr": "0.0.0",
"gulp-replace": "^0.5.4",
"gulp-sass": "^2.0.4",
"gulp-shell": "^0.4.3",
"gulp-size": "^2.0.0",
"gulp-svg-sprite": "^1.2.10",
"gulp-uglify": "^1.4.1",
"node-squarespace-server": "^0.4.13"
},
"private": true
}