forked from krujos/willitconnect
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
66 lines (66 loc) · 1.88 KB
/
package.json
File metadata and controls
66 lines (66 loc) · 1.88 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
56
57
58
59
60
61
62
63
64
65
66
{
"name": "willitconnect",
"version": "1.0.0",
"description": "Will It Connect?",
"main": "index.js",
"dependencies": {
"babel-core": "^6.3.17",
"babel-jest": "^6.0.1",
"babel-loader": "^6.2.0",
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"babel-preset-stage-2": "^6.3.13",
"bootstrap": "^3.3.6",
"bootstrap-webpack": "0.0.5",
"css-loader": "^0.23.0",
"exports-loader": "^0.6.2",
"expose-loader": "^0.7.1",
"extract-text-webpack-plugin": "^0.9.1",
"file-loader": "^0.8.5",
"fixed-data-table": "^0.6.0",
"imports-loader": "^0.6.5",
"jest-cli": "^0.8.1",
"jquery": "^2.1.4",
"less": "^2.5.3",
"less-loader": "^2.2.2",
"octicons": "^3.1.0",
"react": "^0.14.3",
"react-addons-test-utils": "^0.14.3",
"react-bootstrap": "^0.28.1",
"react-dimensions": "^1.0.0",
"react-dom": "^0.14.3",
"react-model": "0.0.0",
"react-test-utils": "0.0.1",
"react-testutils-additions": "^0.2.0",
"style-loader": "^0.13.0",
"url-loader": "^0.5.7",
"webpack": "^1.12.9",
"webpack-babel-jest": "^1.0.2"
},
"scripts": {
"test": "jest",
"packit": "webpack --progress --colors --watch",
"deploy": "./gradlew build && cf push"
},
"repository": {
"type": "git",
"url": "git+https://github.com/krujos/willitconnect.git"
},
"jest": {
"testRunner": "node_modules/jest-cli/src/testRunners/jasmine/jasmine2",
"scriptPreprocessor": "node_modules/babel-jest",
"unmockedModulePathPatterns": [
"node_modules/"
],
"modulePathIgnorePatterns": [
"node_modules/"
],
"testDirectoryName": "src/main/resources/static/scripts/__test__"
},
"author": "",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/krujos/willitconnect/issues"
},
"homepage": "https://github.com/krujos/willitconnect#readme"
}