-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
30 lines (30 loc) · 983 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
{
"name": "bebes-robados",
"private": true,
"scripts": {
"start": "meteor --settings settings.json",
"cucumber": "./node_modules/.bin/chimp tests/chimp.js --path=tests/cucumber/features --ddp=http://localhost:3000",
"cucumber:watch": "./node_modules/.bin/chimp tests/chimp.js --path=tests/cucumber/features --watch --ddp=http://localhost:3000"
},
"dependencies": {
"@babel/runtime": "^7.1.2",
"babel-runtime": "^6.18.0",
"bcrypt": "http://registry.npmjs.org/bcrypt/-/bcrypt-1.0.2.tgz",
"cropper": "^2.3.2",
"embed-video": "^2.0.0",
"fibers": "^1.0.13",
"imagemagick": "^0.1.3",
"jquery": "^2.2.4",
"meteor-accounts-t9n": "^2.3.1",
"meteor-node-stubs": "^0.4.1",
"node-pre-gyp": "https://registry.npmjs.org/node-pre-gyp/-/node-pre-gyp-0.6.32.tgz",
"webshot": "^0.18.0"
},
"devDependencies": {
"chimp": "^0.51.1",
"chromedriver": "2.38.2"
},
"optionalDependencies": {
"fsevents": "^1.0.0"
}
}