forked from garageScript/algorithm
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 696 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 696 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
{
"name": "algorithms",
"description": "algorithm practice",
"version": "0.0.0",
"scripts": {
"test": "./node_modules/mocha/bin/mocha -w",
"twin": "node ./node_modules/mocha/bin/mocha -w"
},
"dependencies": {
"chai": "^3.5.0",
"debug": "~2.6.0",
"ejs": "~2.5.5",
"eslint-plugin-react": "^7.0.1",
"express": "~4.14.1",
"mocha": "^3.2.0",
"morgan": "~1.7.0",
"serve-favicon": "~2.3.2",
"stylus": "0.54.5",
"webpack": "^2.2.1",
"webpack-node-externals": "^1.5.4",
"webpack-shell-plugin": "^0.5.0"
},
"devDependencies": {
"eslint": "^3.19.0",
"eslint-config-google": "^0.8.0",
"eslint-plugin-import": "^2.3.0"
}
}