This repository has been archived by the owner on Dec 14, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
68 lines (68 loc) · 1.69 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"name": "semwasp",
"version": "0.2.0",
"description": "semwasp Semantic Web Application Skeleton Prospect, front-end build environment for automating building awesome frontends",
"keywords": [
"gulp",
"jade",
"scss",
"sass",
"node"
],
"repository": {
"type": "git",
"url": "https://github.com/blankdots/semwasp"
},
"author": {
"name": "blankdots",
"email": "[email protected]",
"url": "http://blankdots.com"
},
"homepage": "https://github.com/blankdots/semwasp",
"bugs": {
"url": "https://github.com/blankdots",
"email": "[email protected]"
},
"license": "MIT",
"scripts": {
"postinstall": "bower install",
"start": "gulp build",
"watch": "gulp dev"
},
"devDependencies": {
"better-console": ">=0.2.4",
"chai": "^3.5.0",
"coffee-script": ">=1.12.3",
"gulp": ">=3.9.0",
"gulp-autoprefixer": ">=3.1.0",
"gulp-changed": ">=1.2.1",
"gulp-clean-css": ">=1.2.1",
"gulp-coffee": ">=2.3.1",
"gulp-copy": ">=1.0.0",
"gulp-filter": ">=5.0.0",
"gulp-header": ">=1.8.8",
"gulp-help": ">=1.6.0",
"gulp-if": ">=2.0.2",
"gulp-imagemin": "^3.1.1",
"gulp-minify-html": ">=1.0.6",
"gulp-pug": "^3.2.0",
"gulp-pug-i18n": "^0.2.0",
"gulp-sass": ">=3.1.0",
"gulp-tasks": ">=0.0.2",
"gulp-uglify": ">=1.2.0",
"gulp-util": ">=3.0.8",
"gulp-watch": ">=4.3.11",
"karma": "^1.4.0",
"karma-mocha": "^1.3.0",
"mocha": "^3.2.0",
"rimraf": ">=2.5.4",
"wiredep": ">=4.0.0"
},
"dependencies": {
"browser-sync": "^2.18.6",
"cucumber": "^2.0.0-rc.6",
"gulp-pug-i18n": "^0.2.0",
"gulp-useref": "^3.1.2",
"pug": "^2.0.0-beta9"
}
}