-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 847 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
{
"name": "immutable-normalize",
"version": "0.0.1",
"description": "",
"main": "./dist/all.js",
"scripts": {
"test": "glup test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/RainInFall/immutable-normalize.git"
},
"keywords": [
"immutable"
],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/RainInFall/immutable-normalize/issues"
},
"homepage": "https://github.com/RainInFall/immutable-normalize#readme",
"devDependencies": {
"babel-cli": "^6.10.1",
"babel-core": "^6.9.1",
"babel-preset-es2015": "^6.9.0",
"gulp": "^3.9.1",
"gulp-ava": "^0.12.0",
"gulp-babel": "^6.1.2",
"gulp-concat": "^2.6.0",
"gulp-coverage": "^0.3.38",
"gulp-coveralls": "^0.1.4",
"gulp-sourcemaps": "^1.6.0",
"immutable": "^3.8.1"
}
}