-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·46 lines (46 loc) · 1.18 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
{
"name": "oswst",
"version": "0.3.0",
"description": "Tools for generating, extending and rendering HTML.",
"keywords": [],
"author": "Open Source Web Standards <[email protected]> (http://osws.github.io/OSWS)",
"homepage": "http://osws.github.io/Templates",
"bugs": {
"url": "https://github.com/OSWS/Templates/issues",
"email": "[email protected]"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/OSWS/Templates"
},
"dependencies": {
"callsite": "^1.0.0",
"colors": "^1.0.3",
"commander": "^2.6.0",
"gulp": "^3.8.10",
"gulp-browserify": "^0.5.1",
"gulp-debug": "^2.0.0",
"gulp-oswst": "0.3.0",
"gulp-plumber": "^0.6.6",
"gulp-rename": "^1.2.0",
"gulp-uglifyjs": "^0.6.0",
"lodash": "^2.4.1"
},
"devDependencies": {
"mocha": "^2.1.0",
"chai": "^1.10.0",
"jquery": "^2.1.3",
"gulp-concat": "^2.4.3",
"gulp-concat-sourcemap": "^1.3.1",
"gulp-mocha": "^2.0.0",
"source-map-support": "^0.2.9"
},
"main": "./oswst.js",
"bin": {
"oswst": "./sources/cli/oswst.js"
},
"scripts": {
"test": "mocha tests/server/test.js"
}
}