-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 856 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
{
"name": "button-fail-fast",
"version": "0.0.1",
"main": "index.js",
"license": "Apache-2.0",
"scripts": {
"lint": "eslint test/*.js index.js"
},
"repository": {
"type": "git",
"url": "git://github.com/panther-js/button-fail-fast.git"
},
"devDependencies": {
"eslint": "~3.8.1",
"eslint-config-semistandard": "~7.0.0",
"eslint-config-standard": "~6.2.0",
"eslint-plugin-promise": "~3.3.0",
"eslint-plugin-react": "~6.4.1",
"eslint-plugin-standard": "~2.0.1"
},
"description": "Simple example with opossum and browser.",
"dependencies": {
"angular": "^1.6.0",
"angular-route": "^1.6.0",
"opossum": "^0.2.0"
},
"bugs": {
"url": "https://github.com/panther-js/button-fail-fast/issues"
},
"homepage": "https://github.com/panther-js/button-fail-fast#readme",
"author": ""
}