-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 1.2 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
{
"name": "internap-suitcase",
"version": "1.6.0",
"description": "INAP's styleguide, based on Twitter Bootstrap.",
"author": "Pascal Boutin <[email protected]>",
"license": "MIT",
"scripts": {
"publish-patch": "npm run compile-all && node_modules/npm-publish-release/bin/npr.js patch",
"publish-minor": "npm run compile-all && node_modules/npm-publish-release/bin/npr.js minor",
"publish-major": "npm run compile-all && node_modules/npm-publish-release/bin/npr.js major",
"compile-all": "gulp js && gulp scss && node_modules/harp/bin/harp compile docs --output ../dist/docs",
"scss-dev": "gulp scss:watch",
"docs-server": "gulp scss && node_modules/harp/bin/harp server docs",
"docs-deploy": "npm run compile-all && gulp docs:deploy"
},
"dependencies": {
"bootstrap": "4.0.0-alpha.6",
"font-awesome": "^4.7.0"
},
"devDependencies": {
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.1",
"gulp-concat": "^2.6.1",
"gulp-gh-pages": "^0.5.4",
"gulp-plumber": "^1.1.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^3.0.0",
"gulp-sourcemaps": "^1.9.1",
"gulp-uglify": "^2.0.0",
"harp": "^0.23.0",
"npm-publish-release": "^1.3.10"
}
}