-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 843 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 843 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
{
"name": "madefire-web-sdk",
"version": "2.0.1",
"description": "An SDK for interacting with Madefire's web APIs",
"repository": {
"type": "git",
"url": "https://github.com/Madefire/web-sdk"
},
"main": "src/madefire.js",
"author": "David Furfero <furf@madefire.com>",
"license": "Copyright © Madefire 2017",
"scripts": {
"build": "webpack",
"lint": "eslint ./src ./webpack.config.js -f table || true"
},
"devDependencies": {
"babel-core": "^6.24.1",
"babel-loader": "^7.0.0",
"babel-preset-env": "^1.5.1",
"eslint": "^3.19.0",
"eslint-config-airbnb": "^15.0.1",
"eslint-plugin-import": "^2.3.0",
"eslint-plugin-jsx-a11y": "^5.0.3",
"eslint-plugin-react": "^7.0.1",
"webpack": "^2.6.1"
},
"dependencies": {
"lodash": "^4.17.4",
"spark-md5": "^3.0.0"
}
}