-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
32 lines (32 loc) · 957 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
{
"name": "article-json-immutable-methods",
"version": "1.0.1",
"description": "Immutable methods for article json",
"main": "dist/index.js",
"scripts": {
"prepublish": "mkdir -p dist && babel index.js --out-file dist/index.js",
"test": "ava",
"posttest": "readme package.json --travis > readme.md"
},
"author": "mic.com",
"license": "MIT",
"devDependencies": {
"ava": "^0.16.0",
"babel-cli": "^6.4.5",
"babel-core": "^6.4.5",
"babel-preset-es2015": "^6.3.13",
"package-json-to-readme": "^1.5.0"
},
"dependencies": {
"immutable-array-methods": "^1.4.0",
"immutable-object-methods": "^1.3.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/micnews/article-json-immutable-methods.git"
},
"bugs": {
"url": "https://github.com/micnews/article-json-immutable-methods/issues"
},
"homepage": "https://github.com/micnews/article-json-immutable-methods#readme"
}