-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.58 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
{
"name": "finals",
"description": "Vince final project",
"private": true,
"scripts": {
"start": "meteor run",
"production": "meteor --production",
"reset": "meteor reset",
"test": "meteor test --driver-package practicalmeteor:mocha -p 3100",
"phantom": "meteor test --once --driver-package dispatch:mocha-phantomjs --unsafe-perm",
"ci": "curl https://install.meteor.com/?release=1.4.2.3 | sh && export LC_All=en_US.UTF-8 && MONGO_URL=mongodb://mongo/coedb meteor test --once --driver-package dispatch:mocha-phantomjs --unsafe-perm"
},
"dependencies": {
"angular": "^1.5.8",
"angular-animate": "^1.5.8",
"angular-meteor": "^1.3.11",
"angular-sanitize": "^1.5.8",
"angular-touch": "^1.5.8",
"angular-ui-bootstrap": "^2.2.0",
"angular-ui-router": "^0.3.2",
"angular2-now": "^1.1.6",
"babel-runtime": "^6.18.0",
"bcrypt": "^0.8.7",
"bootstrap-sass": "^3.3.7",
"meteor-node-stubs": "~0.2.0",
"moment": "^2.16.0",
"ui-select": "^0.19.6",
"underscore": "^1.8.3"
},
"devDependencies": {
"babel-eslint": "^7.1.1",
"babel-plugin-transform-class-properties": "^6.19.0",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-preset-es2015": "^6.18.0",
"babel-preset-meteor": "^6.14.0",
"babel-preset-stage-1": "^6.16.0",
"cz-conventional-changelog": "^1.2.0",
"eslint": "^3.9.1",
"eslint-config-airbnb": "^13.0.0",
"eslint-import-resolver-meteor": "^0.3.4",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^2.2.3",
"eslint-plugin-react": "^6.6.0"
}
}