-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
58 lines (58 loc) · 1.67 KB
/
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "phoenix-presence-immutable",
"version": "0.2.0",
"description": " --ADD A DESCRIPTION-- ",
"main": "dist/bundle.js",
"scripts": {
"build": "rollup -c",
"build-mocha": "npm run build && npm run mocha",
"dev": "webpack-dev-server --config webpack.dev.config.js --content-base dev/ --hot --inline",
"test": "standard src/** && npm run mocha",
"mocha": "mocha -r babel-core/register test/**",
"coverage": "nyc node_modules/mocha/bin/mocha -r babel-core/register test/**",
"watch": "npm-watch"
},
"watch": {
"build-mocha": "src/**/*.js",
"mocha": "test/**/*.js"
},
"repository": {
"type": "git",
"url": "https://github.com/alvinlindstam/phoenix-presence-immutable.git"
},
"keywords": [],
"author": "[email protected]",
"license": "MIT",
"bugs": {
"url": "https://github.com/alvinlindstam/phoenix-presence-immutable/issues"
},
"peerDependencies": {
"immutable": "^3.8.0"
},
"devDependencies": {
"babel-cli": "^6.14.0",
"babel-core": "^6.14.0",
"babel-loader": "^6.2.5",
"babel-plugin-transform-react-jsx": "^6.8.0",
"babel-preset-es2015": "^6.14.0",
"babel-preset-es2015-rollup": "^1.2.0",
"immutable": "^3.8.1",
"mocha": "^3.0.2",
"npm-watch": "^0.1.6",
"nyc": "^8.1.0",
"rollup": "^0.34.13",
"rollup-plugin-babel": "^2.6.1",
"rollup-plugin-commonjs": "^4.1.0",
"rollup-plugin-node-resolve": "^2.0.0",
"standard": "^8.0.0",
"webpack": "^1.13.2",
"webpack-dev-server": "^1.15.1"
},
"standard": {
"globals": [
"describe",
"it"
]
},
"homepage": "https://github.com/alvinlindstam/phoenix-presence-immutable#readme"
}