-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
50 lines (50 loc) · 1.42 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
{
"name": "tapestry-css",
"version": "1.9.9",
"description": "Wisembly UI elements",
"main": "dist/js/tapestry.js",
"sasslintConfig": ".sass-lint.yml",
"devDependencies": {
"async": "2.0.1",
"browser-sync": "2.13.0",
"chalk": "1.1.3",
"compression": "1.6.2",
"express": "4.14.0",
"github": "git://github.com/vcampitelli/node-github.git",
"gulp": "3.9.1",
"gulp-autoprefixer": "3.1.1",
"gulp-base64": "^0.1.3",
"gulp-concat": "2.6.0",
"gulp-consolidate": "0.2.0",
"gulp-iconfont": "8.0.0",
"gulp-nodemon": "2.0.7",
"gulp-rename": "1.2.2",
"gulp-sass": "2.3.2",
"gulp-stylestats": "2.0.1",
"gulp-svgo": "^1.0.3",
"gulp-uglify": "2.0.0",
"prompt": "1.0.0",
"pug": "2.0.0-beta6",
"run-sequence": "1.2.2",
"sass-lint": "1.9.1",
"styleguide-generator": "0.6.3",
"uo-node-utils": "^0.1.1"
},
"scripts": {
"lint": "$(npm bin)/sass-lint -v -q",
"pre-commit": "cp pre-commit.sh .git/hooks/pre-commit && chmod 777 .git/hooks/pre-commit",
"icons": "gulp icons && gulp",
"deploy": "git subtree push --prefix dist origin gh-pages",
"release": "node release-it index.js"
},
"repository": {
"type": "git",
"url": "https://github.com/Wisembly/tapestry"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/Wisembly/tapestry/issues"
},
"homepage": "https://github.com/Wisembly/tapestry"
}