-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.11 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
{
"name": "Sayito",
"version": "0.7.2",
"description": "Say it, anonymously, to anyone.",
"homepage": "https://github.com/Sornii/sayito",
"author": {
"name": "Igor Fontana",
"email": "igor.fontana@hotmail.com",
"url": "http://sornii.github.io"
},
"private": true,
"scripts": {
"bump": "gulp bump",
"start": "meteor run",
"lint": "eslint .",
"test": "npm run lint"
},
"dependencies": {
"babel-runtime": "^6.26.0",
"bcrypt": "^1.0.2",
"font-awesome": "^4.7.0",
"jquery": "^3.2.1",
"meteor-node-stubs": "~0.2.0",
"moment": "^2.18.1",
"newrelic": "^2.2.0",
"raygun": "^0.9.1",
"raygun4js": "^2.7.2-SNAPSHOT",
"simpl-schema": "^0.3.2",
"underscore": "^1.8.3"
},
"devDependencies": {
"autoprefixer": "^7.1.2",
"eslint": "^4.3.0",
"eslint-config-airbnb-base": "^11.3.1",
"eslint-import-resolver-meteor": "^0.4.0",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-meteor": "4.1.4"
},
"postcss": {
"plugins": {
"autoprefixer": {
"browsers": [
"last 2 versions"
]
}
}
}
}