This repository was archived by the owner on Dec 15, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.23 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.23 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
{
"name": "broccoli-fast-browserify",
"version": "0.2.12",
"description": "A caching, flexible Browserify filter for Broccoli",
"main": "index.js",
"scripts": {
"test": "faucet test/*.js"
},
"repository": {
"type": "git",
"url": "https://github.com/caleb/broccoli-fast-browserify.git"
},
"keywords": [
"broccoli",
"broccoli-plugin",
"plugin",
"browserify",
"caching",
"cache",
"incremental",
"bundle"
],
"author": "Caleb Land <caleb@land.fm> (http://github.com/caleb)",
"license": "3-Clause-BSD",
"bugs": {
"url": "https://github.com/caleb/broccoli-fast-browserify/issues"
},
"homepage": "https://github.com/caleb/broccoli-fast-browserify",
"dependencies": {
"broccoli-kitchen-sink-helpers": "^0.2.5",
"browserify": "10.2.4",
"glob": "^4.3.1",
"lodash": "^2.4.1",
"mkdirp": "^0.5.0",
"quick-temp": "^0.1.2",
"rsvp": "^3.0.14",
"through2": "^0.6.5",
"walk-sync": "^0.1.3",
"xtend": "^4.0.0"
},
"devDependencies": {
"babelify": "^6.1.1",
"broccoli": "^0.16.3",
"broccoli-merge-trees": "^0.2.1",
"copy-dereference": "^1.0.0",
"faucet": "0.0.1",
"jshint": "^2.4.4",
"tape": "^3.0.3",
"through": "^2.3.6"
}
}