-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.05 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.05 KB
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": "@webdesignio/dozer",
"version": "0.2.0",
"description": "The tool to build the websites' dynamic assets.",
"main": "index.js",
"bin": {
"webdesignio-dozer": "bin/webdesignio_dozer.js"
},
"scripts": {
"test": "standard"
},
"author": "db@domachine.de",
"license": "ISC",
"devDependencies": {
"standard": "^8.0.0"
},
"dependencies": {
"babel-core": "^6.14.0",
"babel-preset-es2015": "^6.9.0",
"babel-preset-react": "^6.5.0",
"babelify": "^7.3.0",
"browserify": "^13.1.0",
"chalk": "^1.1.3",
"cheerio": "^0.22.0",
"co": "^4.6.0",
"envify": "^3.4.0",
"gaze": "^1.1.1",
"mustache": "^2.2.1",
"pug": "^2.0.0-beta6",
"shift-codegen": "^5.0.2",
"shift-parser": "^5.0.2",
"uglify-js": "^2.7.3",
"watchify": "^3.7.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/webdesignio/dozer.git"
},
"keywords": [],
"bugs": {
"url": "https://github.com/webdesignio/dozer/issues"
},
"homepage": "https://github.com/webdesignio/dozer#readme"
}