-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
81 lines (81 loc) · 2.54 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
{
"name": "componentsofchange",
"version": "0.0.1",
"description": "births deaths migration",
"main": "app.min.js",
"directories": {
"doc": "docs",
"test": "test"
},
"scripts": {
"doc": "documentation build src/common/js/**.js -f md -g -o docs/app.md",
"beauJS": "find ./src/common/js/ -type f -name '*.js' -exec js-beautify -r {} \\;",
"beauCSS": "find ./src/common/css/ -type f -name '*.css' -exec js-beautify -r {} \\;",
"beauHTML": "js-beautify ./index.html -r",
"build": "webpack --display-error-details -p",
"websrv": "webpack-dev-server --host 0.0.0.0 --port 8080 --watch --inline --content-base /home/nitrous/public_html/CO_Grants/",
"testsrv": "webpack-dev-server 'mocha!./test/test.js' --host 0.0.0.0 --port 8888 --watch --inline ",
"coverage": "./node_modules/istanbul/lib/cli.js cover ./node_modules/mocha/bin/_mocha -- --ui bdd -R spec -t 5000"
},
"repository": {
"type": "git",
"url": "git+https://github.com/royhobbstn/ComponentsOfChange.git"
},
"keywords": [
"births",
"deaths",
"migration"
],
"devDependencies": {
"autoprefixer-loader": "^3.2.0",
"babel-cli": "^6.8.0",
"babel-core": "^6.8.0",
"babel-eslint": "^6.0.4",
"babel-loader": "^6.2.4",
"babel-plugin-transform-flow-strip-types": "^6.8.0",
"babel-polyfill": "^6.8.0",
"babel-preset-es2015": "^6.6.0",
"chai": "^3.5.0",
"coveralls": "^2.11.9",
"css-loader": "^0.23.1",
"eslint": "^4.18.2",
"eslint-loader": "^1.3.0",
"eslint-plugin-babel": "^3.2.0",
"eslint-plugin-flow-vars": "^0.4.0",
"file-loader": "^0.8.5",
"flow-bin": "^0.25.0",
"flow-status-webpack-plugin": "^0.1.4",
"istanbul": "^0.4.3",
"istanbul-instrumenter-loader": "^0.2.0",
"js-beautify": "^1.6.2",
"less": "^2.7.1",
"mocha": "^2.4.5",
"mocha-lcov-reporter": "^1.2.0",
"mocha-loader": "^0.7.1",
"style-loader": "^0.13.1",
"url-loader": "^0.5.7",
"watch": "^0.18.0",
"webpack": "^1.15.0",
"worker-loader": "^0.7.0"
},
"author": "Daniel Trone",
"license": "MIT",
"bugs": {
"url": "https://github.com/royhobbstn/ComponentsOfChange/issues"
},
"homepage": "https://github.com/royhobbstn/ComponentsOfChange#readme",
"dependencies": {
"acorn": "^7.1.1",
"braces": "^3.0.2",
"cryptiles": "^4.1.3",
"diff": "^4.0.2",
"escope": "^4.0.0",
"growl": "^1.10.5",
"hoek": "^6.1.3",
"js-yaml": "^3.13.1",
"lodash": "^4.17.15",
"lodash.template": "^4.5.0",
"minimist": "^1.2.5",
"tunnel-agent": "^0.6.0"
}
}