-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
66 lines (66 loc) · 1.8 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"name": "tag-rad-website-frontend-2017",
"version": "0.1.0",
"description": "Frontend for website for RAD",
"engine": "node 6.6.0",
"scripts": {
"postinstall": "NODE_ENV=production gulp build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "[email protected]:taghq/tag-rad-website-frontend-2017.git"
},
"author": "Laust Deleuran <[email protected]>",
"license": "WTFPL",
"devDependencies": {
"autoprefixer": "^6.7.7",
"babel-core": "^6.24.1",
"babel-eslint": "^7.2.3",
"babel-plugin-transform-object-rest-spread": "^6.23.0",
"babel-polyfill": "^6.23.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"babelify": "^7.3.0",
"browser-sync": "^2.18.8",
"browserify": "^14.3.0",
"del": "^2.2.2",
"eslint": "^3.19.0",
"eslintify": "^3.1.0",
"event-stream": "^3.3.4",
"flatten": "^1.0.2",
"gulp": "^3.9.1",
"gulp-bump": "^2.7.0",
"gulp-clean-css": "^3.0.4",
"gulp-eslint": "^3.0.1",
"gulp-if": "^2.0.2",
"gulp-imagemin": "^3.2.0",
"gulp-load-plugins": "^1.5.0",
"gulp-notify": "^3.0.0",
"gulp-postcss": "^6.4.0",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.4",
"gulp-sass": "^3.1.0",
"gulp-sequence": "^0.4.6",
"gulp-sourcemaps": "^2.6.0",
"gulp-uglify": "^2.1.2",
"gulp-util": "^3.0.8",
"hintify": "^0.1.0",
"semver": "^5.3.0",
"stringify": "^5.1.0",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.9.0"
},
"dependencies": {
"bourbon": "^4.3.4",
"bowser": "^1.6.1",
"browsernizr": "^2.2.0",
"captainslog": "^0.3.2",
"dom-helpers": "^3.2.1",
"ljd-njord": "^0.3.9",
"lodash": "^4.17.4",
"normalize.css": "^7.0.0",
"raf": "^3.3.2"
}
}