forked from campudus/grud-aggregator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (63 loc) · 1.75 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
{
"name": "tableaux-aggregator",
"version": "6.2.2",
"description": "Core aggregator functions",
"main": "lib/index.js",
"files": [
"lib/"
],
"scripts": {
"compile": "babel -q --ignore '*.spec.js' -d lib/ src",
"coverage": "nyc npm run test",
"lint": "eslint src/",
"lint:watch": "eslint src/ -w",
"prepublish": "npm run compile -s && npm run lint -s && npm run test -s",
"test": "mocha --require source-map-support --compilers js:babel-core/register --colors $(find . -type d -name node_modules -prune -o -name '*.spec.js')",
"test:watch": "npm run test -- -w"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]:campudus/grud-aggregator.git"
},
"keywords": [
"aggregate",
"aggregation",
"data",
"grud"
],
"author": "Campudus GmbH",
"license": "Apache-2.0",
"homepage": "https://github.com/campudus/grud-aggregator#readme",
"devDependencies": {
"babel-cli": "6.10.1",
"babel-core": "6.10.4",
"babel-eslint": "6.1.2",
"babel-plugin-add-module-exports": "0.2.1",
"babel-polyfill": "6.9.1",
"babel-preset-es2015": "6.9.0",
"babel-preset-stage-0": "6.5.0",
"babel-runtime": "6.9.2",
"eslint": "3.19.0",
"eslint-plugin-promise": "3.5.0",
"eslint-plugin-react": "7.0.1",
"eslint-plugin-standard": "3.0.1",
"express": "4.14.0",
"mocha": "2.5.3",
"must": "0.13.1",
"nyc": "7.0.0",
"source-map-support": "0.4.2",
"tmp": "0.0.28"
},
"dependencies": {
"babel-register": "6.9.0",
"fs-extra": "0.30.0",
"imagemin": "5.2.2",
"imagemin-jpegoptim": "5.0.0",
"imagemin-pngquant": "5.0.0",
"jimp": "0.2.24",
"lodash": "4.13.1",
"lowdb": "0.13.1",
"mime": "1.3.4",
"superagent": "2.1.0"
}
}