-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 942 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
{
"name": "nimbus-jquery",
"version": "2.0.2",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "gulp",
"build:css": "gulp css",
"build:js": "gulp js",
"tag": "git tag v$npm_package_version",
"release": "git commit package.json -m \"Version $npm_package_version\" && npm run tag && git push && git push origin master --tags && npm publish"
},
"author": "Takumi0901 <juventus0901@gmail.com> (https://github.com/Takumi0901)",
"license": "MIT",
"description": "",
"devDependencies": {
"cssnano": "^3.8.1",
"gulp": "^3.9.1",
"gulp-plumber": "^1.1.0",
"gulp-postcss": "^6.2.0",
"gulp-rename": "^1.2.2",
"gulp-sourcemaps": "^1.9.1",
"gulp-uglify": "^2.1.2",
"postcss-cssnext": "^2.10.0",
"postcss-import": "^8.2.0",
"postcss-scss": "^0.4.1",
"stylelint": "^7.6.0",
"stylelint-config-standard": "^15.0.0"
}
}