-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
34 lines (34 loc) · 852 Bytes
/
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
{
"name": "cool-pols",
"private": true,
"scripts": {
"start": "meteor run"
},
"devDependencies": {
"eslint": "^3.16.1",
"eslint-config-airbnb": "^14.1.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^4.0.0",
"eslint-plugin-meteor": "^4.0.1",
"eslint-plugin-react": "^6.10.0"
},
"dependencies": {
"babel-runtime": "^6.20.0",
"bcrypt": "^1.0.2",
"classnames": "^2.2.5",
"clipboard": "^1.6.1",
"meteor-node-stubs": "~0.2.4",
"moment": "^2.17.1",
"react": "^15.4.2",
"react-addons-pure-render-mixin": "^15.4.2",
"react-dom": "^15.4.2",
"react-masonry-component": "^5.0.3",
"react-router": "^3.0.2",
"tracker-component": "^1.3.21"
},
"version": "1.0.0",
"main": "index.js",
"author": "MGS Creativa",
"license": "ISC",
"description": ""
}