-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
29 lines (29 loc) · 855 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
{
"name": "cucumbers-on-vine-hill",
"version": "1.0.0",
"description": "Demo of cucumber-electron, hyperdom, vinehill, 'full-stack' testing in one process",
"main": "index.js",
"scripts": {
"browserify": "browserify ./app/browser.js -o ./app/public/bundle.js -t [ babelify --presets [ es2015 ] ]",
"start": "npm run browserify && node start.js",
"test": "cucumber-electron"
},
"author": "joshski <[email protected]>",
"license": "MIT",
"dependencies": {
"express": "4.14.0",
"httpism": "3.3.0",
"hyperdom": "0.9.0"
},
"devDependencies": {
"babel-preset-es2015": "6.24.1",
"babelify": "7.3.0",
"browser-monkey": "2.5.0",
"browserify": "14.4.0",
"cucumber": "2.3.1",
"cucumber-electron": "^2.3.1",
"electron": "1.6.11",
"express": "4.15.3",
"vinehill": "0.13.0"
}
}