-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.23 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.23 KB
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
{
"name": "r-nfl_theme",
"version": "1.0.0",
"description": "",
"main": "gulpfile.js",
"scripts": {
"build": "node_modules/gulp/bin/gulp.js build",
"start": "node_modules/gulp/bin/gulp.js watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hmphry/prototyping.git"
},
"keywords": [
"rnfl",
"reddit"
],
"author": "HMPHRY",
"license": "ISC",
"bugs": {
"url": "https://github.com/hmphry/prototyping/issues"
},
"homepage": "https://github.com/hmphry/prototyping#readme",
"devDependencies": {
"autoprefixer": "^8.6.5",
"browserslist": "^3.2.8",
"caniuse-lite": "^1.0.30000938",
"css-mqpacker": "^6.0.2",
"electron-to-chromium": "^1.3.113",
"gulp": "^3.9.1",
"gulp-clipboard": "^0.1.3",
"gulp-csso": "^3.0.1",
"gulp-file-include": "^2.0.1",
"gulp-filter": "^6.0.0",
"gulp-notify": "^4.0.0",
"gulp-plumber": "^1.2.1",
"gulp-postcss": "^7.0.1",
"gulp-replace": "^1.0.0",
"gulp-sass": "^4.0.2",
"natives": "^1.1.6",
"postcss-alias": "^2.0.0",
"postcss-base64": "^0.7.1",
"postcss-scss": "^2.0.0",
"postcss-short-size": "^3.0.0",
"stylelint": "^12.0.0"
},
"dependencies": {
"11": "0.0.1"
}
}