-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.42 KB
/
Copy pathpackage.json
File metadata and controls
55 lines (55 loc) · 1.42 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
46
47
48
49
50
51
52
53
54
55
{
"name": "stateify",
"version": "1.1.1",
"description": "utility method for generating an immutable state object",
"main": "index.js",
"scripts": {
"start": "node ./index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/janbialostok/stateify.git"
},
"keywords": [
"state",
"immutable",
"copy",
"clone"
],
"author": "Jan Bialostok",
"license": "MIT",
"bugs": {
"url": "https://github.com/janbialostok/stateify.git/issues"
},
"homepage": "https://github.com/janbialostok/stateify.git#readme",
"devDependencies": {
"babel-plugin-proxy": "^1.1.0",
"babel-preset-es2015": "^6.18.0",
"babel-preset-es2016": "^6.16.0",
"babel-preset-es2017": "^6.16.0",
"babel-preset-react": "^6.16.0",
"babelify": "7.3.0",
"browserify": "^13.0.0",
"chai": "^3.4.1",
"coveralls": "^2.11.15",
"grunt": "~0.4.5",
"grunt-browserify": "^5.0.0",
"grunt-contrib-jshint": "~0.11.2",
"grunt-contrib-watch": "~0.6.1",
"grunt-coveralls": "^1.0.1",
"grunt-jsbeautifier": "~0.2.10",
"grunt-jsdoc": "~0.6.7",
"grunt-mocha-cov": "^0.4.0",
"grunt-mocha-istanbul": "^5.0.2",
"grunt-newer": "~1.1.1",
"grunt-simple-mocha": "~0.4.0",
"immutable": "^3.8.1",
"istanbul": "^0.4.5",
"jsdoc": "^3.4.3",
"mocha": "^3.2.0",
"mocha-lcov-reporter": "^1.2.0"
},
"dependencies": {
"es6-symbol": "^3.1.0"
}
}