forked from trello-archive/iconathon
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.22 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.22 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
51
{
"name": "iconathon",
"version": "1.0.0",
"description": "An icon task runner that exports Sketch files to various formats.",
"author": "Trello Inc.",
"scripts": {
"build": "tools/build",
"dev": "tools/dev"
},
"browser": {
"jquery": "./src/demo/scripts/vendor/jquery.js"
},
"browserify": {
"transform": [
"browserify-shim"
]
},
"browserify-shim": {
"jquery": "$"
},
"dependencies": {
"browserify": "^9.0.8",
"browserify-shim": "^3.8.5",
"cheerio": "^0.19.0",
"coffee-script": "^1.9.2",
"coffeeify": "^1.0.0",
"express": "~4.12.3",
"gulp": "^3.8.11",
"gulp-cheerio": "^0.6.2",
"gulp-consolidate": "~0.1.2",
"gulp-iconfont": "~1.0.0",
"gulp-json-editor": "~2.2.1",
"gulp-jsonminify": "1.0.0",
"gulp-less": "~3.0.3",
"gulp-minify-css": "~1.1.0",
"gulp-minify-html": "^1.0.2",
"gulp-rename": "~1.2.2",
"gulp-rsvg": "^1.0.0",
"gulp-shell": "^0.4.3",
"gulp-sketch": "0.0.9",
"gulp-svgmin": "^1.1.2",
"gulp-util": "~3.0.4",
"less-plugin-autoprefix": "~1.4.1",
"lodash": "^3.7.0",
"nodemon": "^1.3.7",
"st": "~0.5.3",
"teacup": "^1.2.0",
"uglify-js": "^2.4.20",
"watchify": "^3.1.2"
}
}