-
Notifications
You must be signed in to change notification settings - Fork 23
/
Copy pathpackage.json
36 lines (36 loc) · 874 Bytes
/
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
{
"name": "broccoli-browserify",
"version": "0.1.0",
"description": "Browserify plugin for Broccoli",
"main": "lib/index.js",
"scripts": {
"test": "jshint lib/*.js"
},
"repository": {
"type": "git",
"url": "https://github.com/gingerhendrix/broccoli-browserify"
},
"keywords": [
"broccoli-plugin",
"browserify"
],
"author": "Gareth Andrew",
"contributors": [
"Michael Jackson (http://github.com/mjijackson)",
"Derek Kastner (http://github.com/dkastner)"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/gingerhendrix/broccoli-browserify/issues"
},
"homepage": "https://github.com/gingerhendrix/broccoli-browserify",
"dependencies": {
"broccoli-writer": "^0.1.1",
"rsvp": "^3.0.6",
"browserify": "^3.31.2",
"mkdirp": "^0.3.5"
},
"devDependencies": {
"jshint": "^2.4.4"
}
}