-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 929 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
37
38
{
"name": "protobufjs-brunch",
"version": "1.0.2",
"description": "Adds protobuf support to Brunch.",
"author": "Joey Pereira (http://pereira.io/)",
"homepage": "https://github.com/lego/protobuf-brunch",
"license": "MIT",
"keywords": [
"brunch",
"brunch-plugin",
"brunch-compiler",
"protobuf",
"protobufjs"
],
"repository": {
"type": "git",
"url": "[email protected]:lego/protobufjs-brunch.git"
},
"scripts": {
"test": "eslint index.js && mocha"
},
"dependencies": {
"anymatch": "~1.3.2",
"babel-brunch": "^6.1.1",
"micro-promisify": "~0.1.1",
"progeny": "~0.11.0",
"protobufjs": "dcodeIO/protobuf.js#952c7d1b478cc7c6de82475a17a1387992e8651f"
},
"devDependencies": {
"chai": "~4.1.0",
"eslint": "~4.3.0",
"eslint-config-brunch": "zazaian/eslint-config-brunch",
"mocha": "~3.5.0"
},
"eslintConfig": {
"extends": "brunch"
}
}