-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1007 Bytes
/
package.json
File metadata and controls
48 lines (48 loc) · 1007 Bytes
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
{
"name": "rigger",
"description": "Javascript file parser and include engine",
"author": "Damon Oehlman <damon.oehlman@gmail.com>",
"version": "1.0.1",
"bin": {
"rig": "./bin/rig",
"rigger": "./bin/rig"
},
"dependencies": {
"async": "^2.6.2",
"buildjs.core": "^1.0.0",
"debug": "^4.1.1",
"getit": "^1.0.0",
"underscore": "^1.9.1"
},
"devDependencies": {
"coffee-script": "^1.12.7",
"findit": "^2.0.0",
"mkdirp": "~0.5",
"mocha": "^6.1.1",
"nib": "^1",
"pegjs": "^0.10.0",
"rigger-collate": "^1.0.0",
"stylus": "^0.54.5"
},
"repository": {
"type": "git",
"url": "git://github.com/buildjs/rigger.git"
},
"bugs": {
"url": "http://github.com/buildjs/rigger/issues"
},
"scripts": {
"test": "mocha"
},
"homepage": "https://github.com/buildjs/rigger",
"main": "index.js",
"directories": {
"test": "test"
},
"keywords": [
"build",
"include",
"transpile"
],
"license": "MIT"
}