-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
37 lines (37 loc) · 947 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
34
35
36
37
{
"name": "remutable",
"version": "3.0.2",
"description": "Like Immutable, but actually mutable with diffs and versions.",
"main": "src/index.jsx",
"scripts": {
"test": "gulp test"
},
"repository": {
"type": "git",
"url": "https://github.com/elierotenberg/remutable.git"
},
"author": "Elie Rotenberg <elie@rotenberg.io>",
"license": "MIT",
"bugs": {
"url": "https://github.com/elierotenberg/remutable/issues"
},
"homepage": "https://github.com/elierotenberg/remutable",
"devDependencies": {
"babel": "^5.5.8",
"babel-eslint": "^3.1.15",
"babel-runtime": "^5.5.8",
"eslint": "^0.23.0",
"eslint-plugin-react": "^2.5.2",
"gulp": "^3.9.0",
"gulp-eslint": "^0.14.0",
"gulp-mocha": "^2.1.1",
"gulp-plumber": "^1.0.1"
},
"dependencies": {
"bluebird": "^2.9.30",
"crc-32": "^0.3.0",
"immutable": "^3.7.3",
"lodash": "^3.9.3",
"should": "^6.0.3"
}
}