-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 754 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 754 Bytes
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": "passable-server",
"version": "1.0.0",
"description": "Server Side usage of Passable.js",
"main": "server.js",
"author": "Evyatar Alush",
"license": "MIT",
"scripts": {
"test": "mocha --colors -w ./**/*.spec.js",
"build": "WEBPACK_ENV=build webpack"
},
"dependencies": {
"body-parser": "^1.17.2",
"express": "^4.15.3",
"passable": "^5.3.0",
"uglifyjs-webpack-plugin": "^0.4.6"
},
"devDependencies": {
"assets-webpack-plugin": "^3.5.1",
"babel-cli": "^6.24.1",
"babel-core": "^6.25.0",
"babel-loader": "^7.1.1",
"babel-preset-env": "^1.5.2",
"chai": "^4.0.2",
"eslint": "^4.1.1",
"mocha": "^3.4.2",
"webpack": "^3.0.0",
"webpack-glob-entries": "^1.0.1"
}
}