-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.25 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
{
"name": "workflow",
"version": "1.1.1",
"description": "Workflow for Alexander Sharkov",
"main": "Gruntfile.js",
"dependencies": {
"normalize-scss": "^7.0.1"
},
"devDependencies": {
"grunt": "^1.0.1",
"grunt-autoprefixer": "^3.0.4",
"grunt-cli": "^1.2.0",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-connect": "^2.0.0",
"grunt-contrib-imagemin": "^2.0.1",
"grunt-contrib-pug": "^2.0.0",
"grunt-contrib-uglify": "^4.0.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-exec": "^3.0.0",
"grunt-notify": "^0.4.5",
"grunt-prettify": "^0.4.0",
"grunt-sass": "^3.0.1",
"grunt-sass-globbing": "^1.5.1",
"grunt-spritesmith": "^6.6.0",
"node-sass": "^4.9.3"
},
"scripts": {
"postinstall": "npm run default",
"dev": "node_modules/grunt-cli/bin/grunt dev",
"default": "node_modules/grunt-cli/bin/grunt",
"prod": "node_modules/grunt-cli/bin/grunt prod"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bladeaweb/workflow.git"
},
"author": "Alexander Sharkov",
"license": "MIT",
"bugs": {
"url": "https://github.com/bladeaweb/workflow/issues"
},
"homepage": "https://github.com/bladeaweb/workflow#readme"
}