-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
45 lines (45 loc) · 1.17 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
{
"name": "siren-api-browser",
"version": "0.0.0",
"description": "A browser for Siren APIs.",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zettajs/zetta-browser.git"
},
"author": "Kevin Swiber <[email protected]>",
"license": "MIT",
"engines": {
"node": "4"
},
"dependencies": {
"argo": "*",
"mime": "~1.2.9",
"less": "~1.7.0",
"less-middleware": "^0.2.1-beta",
"gulp": "~3.8.6",
"gulp-less": "~1.3.2",
"gulp-minify-css": "~0.3.7",
"gulp-uglify": "~0.3.1",
"gulp-concat": "~2.3.4",
"gulp-strip-debug": "~0.3.0",
"gulp-jshint": "~1.7.1",
"gulp-sourcemaps": "~1.1.0",
"gulp-less-sourcemap": "^1.3.3",
"gulp-autoprefixer": "0.0.8",
"gulp-liquid": "~0.1.0",
"gulp-htmlmin": "~0.1.3",
"gulp-serve": "~0.2.0",
"gulp-file-include": "~0.4.0",
"gulp-livereload": "~2.1.1"
},
"devDependencies": {},
"bugs": {
"url": "https://github.com/zettajs/zetta-browser/issues"
},
"homepage": "https://github.com/zettajs/zetta-browser#readme"
}