-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
74 lines (74 loc) · 2.06 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
{
"name": "cocoa-rocks",
"version": "1.0.0",
"description": "Gallery of awesome Cocoa Controls",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/v-braun/cocoa-rocks"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/v-braun/cocoa-rocks/blob/master/LICENSE"
}
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"clean": "node ./node_modules/gulp-cli/bin/gulp.js clean",
"serve": "node ./node_modules/gulp-cli/bin/gulp.js serve",
"updatedata": "node ./node_modules/gulp-cli/bin/gulp.js data:dist",
"checkdata": "node ./node_modules/gulp-cli/bin/gulp.js data:validate",
"dist": "node ./node_modules/gulp-cli/bin/gulp.js dist"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.1.0",
"@babel/preset-env": "^7.1.0",
"ajv": "^6.5.4",
"async": "^2.6.1",
"browserify": "^16.3.0",
"del": "^3.0.0",
"fancy-log": "^1.3.2",
"gulp": "^4.0.0",
"gulp-autoprefixer": "^6.0.0",
"gulp-babel": "^8.0.0",
"gulp-browserify": "^0.5.1",
"gulp-clean-css": "^3.10.0",
"gulp-cli": "^2.0.1",
"gulp-concat": "^2.6.1",
"gulp-connect": "^5.6.1",
"gulp-htmlmin": "^5.0.1",
"gulp-if": "^2.0.2",
"gulp-inject": "^4.3.2",
"gulp-minify": "^3.1.0",
"gulp-rename": "^1.4.0",
"gulp-rev": "^8.1.1",
"gulp-sass": "^4.0.1",
"hbsfy": "^2.8.1",
"local-ip": "^2.0.0",
"lodash.filter": "^4.6.0",
"lodash.find": "^4.6.0",
"lodash.groupby": "^4.6.0",
"lodash.includes": "^4.3.0",
"lodash.merge": "^4.6.1",
"parse-github-url": "^1.0.2",
"plugin-error": "^1.0.1",
"request": "^2.88.0",
"vinyl": "^2.2.0"
},
"dependencies": {
"choices.js": "^3.0.4",
"feed": "^2.0.1",
"handlebars": "^4.0.12",
"lodash.debounce": "^4.0.8",
"lodash.flatmap": "^4.5.0",
"lodash.map": "^4.6.0",
"lodash.throttle": "^4.1.1",
"lodash.uniqby": "^4.2.0",
"mobius1-selectr": "^2.4.3",
"moment": "^2.22.2",
"smoothscroll-polyfill": "^0.4.3"
}
}