-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·86 lines (86 loc) · 2.33 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
{
"name": "srw-client-silverpapillon",
"version": "1.3.0",
"license": "MIT",
"description": "Source Consulting client website silverpapillon.com",
"homepage": "https://src.run/srw-client-silverpapillon",
"author": "Rob Frawley 2nd <[email protected]>",
"repository": {
"type": "git",
"url": "[email protected]:src-run/srw-client-silverpapillon.git"
},
"devDependencies": {
"babel-cli": "^6.14",
"babel-core": "^6.14",
"babel-loader": "^6.2",
"babel-plugin-transform-runtime": "^6.12",
"babel-polyfill": "^6.13",
"babel-preset-es2015": "^6.14",
"babel-preset-es2016": "^6.11.3",
"babel-preset-stage-0": "^6.5.0",
"babel-register": "^6.14",
"babelify": "^7.3",
"bower": "^1.7",
"browserify": "^13.1",
"browserify-shim": "^3.8",
"colour": "^0.7.1",
"del": "^2.2.2",
"filesystem": "^1.0",
"flow-inspector": "^1.1",
"gulp": "gulpjs/gulp.git#4.0",
"gulp-banner": "^0.1",
"gulp-clean": "^0.3.2",
"gulp-concat": "^2.6",
"gulp-concat-sourcemap": "^1.3",
"gulp-debug": "^2.1.2",
"gulp-decomment": "^0.1",
"gulp-jscs": "^4.0",
"gulp-load-plugins": "^1.2",
"gulp-postcss": "^6.2.0",
"gulp-rename": "^1.2.3",
"gulp-sass": "^2.3",
"gulp-shell": "^0.6.5",
"gulp-sourcemaps": "^1.6",
"gulp-uglify": "^2.0.0",
"gulp-watch": "^4.3",
"jquery": "^3.1",
"postcss-clean": "^1.0.2",
"postcss-cssnext": "^2.8.0",
"postcss-flexbugs-fixes": "^2.0.0",
"postcss-media-minmax": "^2.1.2",
"postcss-reporter": "^1.4.1",
"postcss-scss": "^0.3.0",
"postcss-short": "^1.4.0",
"postcss-sorting": "^1.6.1",
"postcss-strip-inline-comments": "^0.1.5",
"postcss-utilities": "^0.4.0",
"rename": "^1.0.3",
"sprintf-js": "^1.0.3",
"stylelint": "^7.3.1",
"stylelint-scss": "^1.3.4",
"vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^1.1.2"
},
"browserify-shim": {
"jquery": "$"
},
"browserify": {
"transform": [
"browserify-shim"
]
},
"scripts": {
"fetch": "bower update",
"prune": "bower prune",
"clean": "gulp clean",
"build": "gulp build",
"watch": "gulp default",
"test": "gulp tests",
"tasks": "gulp --tasks",
"tasks-core": "gulp --tasks --depth=1",
"tasks-verify": "gulp --verify"
},
"dependencies": {
"clipboard": "^1.7.1"
}
}