-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 917 Bytes
/
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
{
"name": "is-styleguide",
"version": "2.1.3",
"description": "Front-end styleguide for IS",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/fadeit/is-styleguide.git"
},
"keywords": [
"front-end",
"styleguide",
"is"
],
"author": "Dan Mindru <[email protected]> (http://mindrudan.com/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/fadeit/is-styleguide/issues"
},
"homepage": "https://github.com/fadeit/is-styleguide",
"devDependencies": {
"bower": "^1.3.12",
"gulp": "^3.8.10",
"gulp-autoprefixer": "^2.1.0",
"gulp-concat": "^2.4.3",
"gulp-jshint": "^1.9.0",
"gulp-less": "3.0.0",
"gulp-svg-sprite": "^1.0.11",
"gulp-watch": "^3.0.0",
"jshint-stylish": "^1.0.0",
"less-plugin-clean-css": "^1.4.0",
"vinyl": "^0.4.6"
}
}