-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.01 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
{
"name": "babel-plugin-auto-import",
"version": "1.0.0",
"main": "index.js",
"author": "Alex Rattray <rattray.alex@gmail.com>",
"license": "MIT",
"scripts": {
"test": "mocha test/spec.js"
},
"dependencies": {
"assert": "^1.4.1",
"babel": "^6.5.2",
"babel-cli": "^6.18.0",
"babel-core": "^6.18.2",
"babel-plugin-transform-es2015-modules-commonjs": "^6.18.0",
"babel-preset-eslatest-node6": "^1.0.1",
"babel-register": "^6.18.0",
"chai": "^3.5.0",
"chai-diff": "^1.0.1",
"chai-files": "^1.4.0",
"chai-string": "^1.3.0",
"chalk": "^1.1.3",
"clear": "^0.0.1",
"diff": "^3.0.1",
"eslint": "^3.9.1",
"eslint-config-airbnb": "^13.0.0",
"eslint-plugin-import": "^2.1.0",
"eslint-plugin-jsx-a11y": "^2.2.3",
"eslint-plugin-react": "^6.6.0",
"find-root": "^1.0.0",
"fs-extra": "^1.0.0",
"glob": "^7.1.1",
"lodash": "^4.16.6",
"mocha": "^3.1.2",
"pad-left": "^2.1.0",
"sinon": "^1.17.6",
"watch": "^1.0.1"
}
}