-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.31 KB
/
package.json
File metadata and controls
60 lines (60 loc) · 1.31 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "genkgo-dtk-cli",
"description": "Genkgo Design Toolkit based on Broccoli JS",
"author": "Frederik Bosch <f.bosch@genkgo.nl>",
"main": "lib/index.js",
"license": "MIT",
"keywords": [
"genkgo",
"builder",
"build",
"frontend",
"browser",
"asset",
"pipeline"
],
"repository": {
"type": "git",
"url": "https://github.com/genkgo/dtk"
},
"dependencies": {
"broccoli-node-info": "1.1.0",
"broccoli-slow-trees": "^2.0.0",
"broccoli-source": "^1.1.0",
"commander": "^2.5.0",
"copy-dereference": "^1.0.0",
"findup-sync": "^3.0",
"fs-extra": "^7.0.1",
"heimdalljs-logger": "^0.1.7",
"rimraf": "^2.4.3",
"rsvp": "^3.0.17",
"sane": "^4.1.0",
"shelljs": "^0.8.4",
"tiny-lr": "^1.0.3",
"tmp": "0.0.28",
"underscore.string": "^3.2.2"
},
"devDependencies": {
"chai": "^3.3.0",
"chai-as-promised": "^5.1.0",
"fixturify": "^0.2.0",
"mocha": "^6.1.4",
"mocha-jshint": "^2.2.5",
"multidep": "^2.0.0",
"semver": "^5.3.0",
"sinon": "^1.17.1",
"sinon-chai": "^2.8.0",
"symlink-or-copy": "^1.0.1"
},
"engines": {
"node": ">= 0.10.0"
},
"scripts": {
"pretest": "multidep test/multidep.json",
"test": "mocha"
},
"bin": {
"g2dtk": "bin/g2dtk"
},
"version": "0.1.5"
}