-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.11 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.11 KB
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
39
40
41
42
43
44
45
{
"name": "@elemint/elemint",
"description": "Tricks for the DOM",
"version": "0.1.2",
"author": "Jared Abbott",
"license": "MIT",
"entrypoint": "elemint.js",
"engines": {
"node": "8"
},
"repository": {
"type": "git",
"url": "https://github.com/abbotto/elemint.git"
},
"scripts": {
"build": "./tool/build.sh",
"doc": "./tool/doc.sh",
"lint": "./tool/lint.sh",
"start": "./tool/start.sh",
"test": "./tool/test.sh"
},
"dependencies": {},
"devDependencies": {
"chai": "4.2.0",
"docdash": "1.0.1",
"eslint": "5.9.0",
"eslint-config-airbnb": "17.1.0",
"eslint-config-airbnb-base": "13.1.0",
"eslint-plugin-disable": "1.0.3",
"eslint-plugin-import": "2.14.0",
"eslint-plugin-json": "1.3.2",
"eslint-plugin-jsx-a11y": "6.1.2",
"eslint-plugin-react": "7.11.1",
"glob-concat": "1.0.1",
"jsdoc": "^3.6.3",
"karma": "^4.2.0",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^2.2.0",
"karma-mocha": "1.3.0",
"karma-spec-reporter": "0.0.32",
"lodash": "^4.17.15",
"mocha": "5.2.0",
"uglify-es": "3.3.9"
}
}