-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
57 lines (57 loc) · 1.47 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
{
"name": "remotoio",
"version": "0.1.0",
"description": "remotoio",
"scripts": {
"test": "mocha .scripts/mocha_boot.js client/**/tests/**/*.js --compilers js:babel-core/register"
},
"repository": {
"type": "git",
"url": "git+https://github.com/username/reponame.git"
},
"author": "",
"license": "ISC",
"dependencies": {
"case": "^1.4.1",
"classnames": "^2.2.5",
"countup.js": "^1.7.1",
"cron": "^1.1.0",
"faker": "^3.1.0",
"handlebars": "^4.0.5",
"html-to-text": "^2.1.0",
"js-cookie": "^2.1.1",
"juice": "^2.0.0",
"lodash": "^4.12.0",
"mantra-core": "^1.2.0",
"meteor-auth": "^0.2.0",
"moment": "^2.13.0",
"pluralize": "^2.0.0",
"qs": "^6.2.0",
"react": "^15.0.0",
"react-bootstrap": "^0.29.4",
"react-dom": "^15.0.0",
"react-infinite": "^0.9.2",
"react-input-range": "^0.8.0",
"react-komposer": "^1.3.0",
"react-mounter": "^1.0.0",
"react-simple-di": "^1.0.1",
"slug": "^0.9.1"
},
"devDependencies": {
"enzyme": "^2.2.0",
"jsdom": "^8.0.4",
"eslint": "2.7.x",
"eslint-plugin-react": "4.3.x",
"babel-core": "6.x.x",
"babel-plugin-react-require": "2.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",
"sinon": "1.17.x",
"chai": "3.x.x",
"mocha": "2.x.x",
"react-addons-test-utils": "^15.0.0"
}
}