-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
33 lines (33 loc) · 863 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
{
"name": "livedisplay",
"version": "1.0.0",
"description": "[View here](http://htmlpreview.github.io/?https://cdn.rawgit.com/xtreemze/liveDisplay/master/index.html)",
"main": "index.html",
"scripts": {
"test": "none"
},
"repository": {
"type": "git",
"url": "git+https://github.com/xtreemze/liveDisplay.git"
},
"author": "Carlos Velasco",
"license": "MIT",
"bugs": {
"url": "https://github.com/xtreemze/liveDisplay/issues"
},
"homepage": "https://github.com/xtreemze/liveDisplay#readme",
"devDependencies": {
"eslint": "^3.15.0",
"eslint-config-airbnb": "^14.1.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^4.0.0",
"eslint-plugin-react": "^6.9.0"
},
"globals": {
"$": true,
"Materialize": true,
"jQuery": true,
"intervalID": true
},
"dependencies": {}
}