-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
44 lines (44 loc) · 1.16 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
{
"name": "firehose-client",
"version": "1.4.11",
"codeName": "Sync Connections",
"main": "lib/index.js",
"files": [
"dist",
"lib"
],
"scripts": {
"prepublishOnly": "yarn run clean && yarn run build",
"clean": "rm -rf dist",
"build": "webpack -p --config webpack.production.js",
"build:watch": "webpack --watch --config webpack.production.js",
"test": "karma start",
"test:ci": "karma start --browsers ChromeHeadless"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-plugin-istanbul": "^5.0.0",
"babel-preset-env": "^1.6.1",
"clean-webpack-plugin": "^0.1.9",
"jasmine-ajax": "^3.4.0",
"jasmine-core": "^2.9.1",
"jquery": "^2.2.4",
"json-loader": "^0.5.4",
"karma": "^2.0.0",
"karma-chrome-launcher": "^2.2.0",
"karma-coverage": "^1.1.1",
"karma-jasmine": "^1.1.1",
"karma-sourcemap-loader": "^0.3.7",
"karma-webpack": "^2.0.9",
"webpack": "^3.10.0",
"webpack-merge": "^4.1.1"
},
"peerDependencies": {
"jquery": ">=2.2.4"
},
"repository": {
"type": "git",
"url": "git://github.com/firehoseio/js_client.git"
}
}