-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 767 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 767 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
{
"name": "babel-plugin-elsa",
"version": "2.3.1",
"description": "A babel plugin for replacing object and array literals with immutable versions",
"main": "index.js",
"dependencies": {
"immutability-helper": "^2.1.2",
"lodash": "^4.17.4"
},
"devDependencies": {
"babel-core": "^6.24.1",
"eslint": "^3.19.0",
"eslint-config-airbnb": "^14.1.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^4.0.0",
"eslint-plugin-react": "^6.10.3",
"mocha": "^3.2.0"
},
"scripts": {
"test": "./node_modules/.bin/mocha"
},
"keywords": [
"babel",
"babel-plugin",
"elsa",
"immutable"
],
"author": "Jon Abrams <jon@jonabrams.com> (https://twitter.com/JonathanAbrams)",
"license": "ISC"
}