forked from dshinzie-zz/quantified-self
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.3 KB
/
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
31
32
33
34
35
36
37
38
39
40
{
"name": "quantified-self-starter-kit",
"version": "1.0.0",
"description": "Starter kit for Turing School's BEE M4 Quantified Self Project",
"main": "index.js",
"scripts": {
"start": "./node_modules/webpack-dev-server/bin/webpack-dev-server.js",
"build": "./node_modules/webpack/bin/webpack.js",
"test": "./node_modules/mocha/bin/mocha --compilers js:babel-core/register"
},
"repository": {
"type": "git",
"url": "git+https://github.com/turingschool-examples/game-time-starter-kit-FEm1.git"
},
"author": "Turing School of Software and Design - Nate Allen",
"license": "MIT",
"bugs": {
"url": "https://github.com/turingschool-examples/quantified-self-starter-kit/issues"
},
"homepage": "https://github.com/turingschool-examples/quantified-self-starter-kit#readme",
"devDependencies": {
"babel": "^6.5.2",
"babel-core": "^6.18.2",
"babel-loader": "^6.2.7",
"chai": "^3.5.0",
"chromedriver": "^2.27.2",
"css-loader": "^0.26.0",
"jquery": "^3.1.1",
"mocha": "^3.1.2",
"mocha-loader": "^1.0.0",
"node-libs-browser": "^1.0.0",
"node-sass": "^4.3.0",
"sass-loader": "^4.1.1",
"selenium-webdriver": "^3.0.1",
"style-loader": "^0.13.1",
"webdriverjs": "^1.7.5",
"webpack": "^1.14.0",
"webpack-dev-server": "^1.16.2"
}
}