forked from jctillman/competitive_search
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 683 Bytes
/
Copy pathpackage.json
File metadata and controls
26 lines (26 loc) · 683 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
{
"name": "master",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "mocha src/minimax_specs.js",
"start": "webpack-dev-server --content-base ./public"
},
"author": "James Tillman <James.Tillman.7@gmail.com> (https://github.com/jctillman)",
"license": "ISC",
"dependencies": {
"babel": "^6.5.2",
"babel-core": "^6.18.2",
"babel-loader": "^6.2.8",
"babel-preset-es2015": "^6.18.0",
"babel-preset-react": "^6.16.0",
"chai": "^3.5.0",
"express": "^4.13.4",
"mocha": "^2.4.5",
"react": "^15.4.1",
"react-dom": "^15.4.1",
"webpack": "^1.13.3",
"webpack-dev-server": "^1.16.2"
}
}