-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
45 lines (45 loc) · 1.17 KB
/
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
39
40
41
42
43
44
45
{
"name": "anodum",
"version": "2.0.3",
"description": "Another document utils library",
"main": "dist/anodum.js",
"repository": {
"type": "git",
"url": "https://github.com/eugeneford/anodum.git"
},
"scripts": {
"build": "webpack",
"build-watch": "webpack --watch",
"test": "karma start --single-run",
"test-watch": "karma start",
"lint": "eslint src/*.js src/*.jsx test/*.js"
},
"keywords": [
"document",
"utils",
"dom"
],
"author": "Eugene Ford",
"license": "MIT",
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
"babel-loader": "^7.1.2",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.7.0",
"coveralls": "^3.0.0",
"eslint": "^4.12.1",
"eslint-config-airbnb": "^16.1.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-jsx-a11y": "^6.0.2",
"eslint-plugin-react": "^7.5.1",
"istanbul-instrumenter-loader": "^3.0.0",
"jasmine-core": "^2.7.0",
"karma": "^1.7.0",
"karma-chrome-launcher": "^2.2.0",
"karma-coverage-istanbul-reporter": "^1.3.0",
"karma-jasmine": "^1.1.0",
"karma-webpack": "^2.0.6",
"webpack": "^3.9.1"
}
}