forked from yourse1f-yourorg/mmks
-
Notifications
You must be signed in to change notification settings - Fork 0
/
libertine.json
65 lines (65 loc) · 2.15 KB
/
libertine.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
{
"name": "meteor-mantra-kickstarter",
"version": "0.2.1",
"scripts": {
"lint": "eslint . --ext .js --ext .jsx",
"lintfix": "npm run lint -- --fix",
"testonly": "mocha .scripts/mocha_boot.js client/**/tests/**/*.js --compilers js:babel-core/register",
"test": "npm run lint && npm run testonly",
"test-watch": "npm run testonly -- --watch --watch-extensions js,jsx",
"acceptance": "./node_modules/.bin/chimp .e2e_tests/chimp-config.js --ddp=http://localhost:3000 --watch --path=.e2e_tests",
"workarounds": ".workarounds/fix.sh",
"qtst": "mocha .scripts/mocha_boot.js client/access_control/tests/**/*.js --compilers js:babel-core/register",
"qtw": "npm run qtst -- --watch --watch-extensions js,jsx",
"dsstore": "find . -name '*.DS_Store' -type f -delete"
},
"devDependencies": {
"babel-core": "6.x.x",
"babel-eslint": "7.x.x",
"babel-plugin-react-require": "3.x.x",
"babel-polyfill": "6.x.x",
"babel-preset-es2015": "6.x.x",
"babel-preset-react": "6.x.x",
"babel-preset-stage-2": "6.x.x",
"babel-root-slash-import": "1.x.x",
"chai": "3.x.x",
"chimp": "0.45.1",
"enzyme": "^2.6.x",
"eslint": "^3.10.2",
"eslint-plugin-babel": "^4.0.0",
"eslint-plugin-react": "^6.x.x",
"jsdom": "9.x.x",
"mocha": "3.2.0",
"react-addons-test-utils": "~15.4.0",
"sinon": "1.17.x"
},
"dependencies": {
"babel-runtime": "^6.18.0",
"bcrypt": "^1.0.0",
"classnames": "^2.2.5",
"domready": "^1.0.8",
"formsy-react": "^0.19.0",
"formsy-react-components": "^0.9.0",
"lodash": "^4.17.2",
"logatim": "^0.9.0",
"loggly": "^1.1.1",
"mantra-core": "^1.7.0",
"meteor-node-stubs": "^0.2.4",
"mkdirp": "^0.5.1",
"mmks_book": "0.0.1",
"mmks_widget": "0.0.1",
"nodemailer": "^2.6.4",
"nodemailer-mailgun-transport": "^1.2.2",
"react": "^15.4.0",
"react-dom": "^15.4.0",
"react-mounter": "^1.2.0",
"react-select": "^1.0.0-beta13",
"react-simple-di": "^1.2.0",
"react-tagsinput": "^3.13.6",
"tcomb-form": "^0.9.10",
"touch": "^1.0.0",
"winston": "^2.3.0",
"winston-loggly-bulk": "^1.3.4"
},
"private": true
}