forked from ClaytonHunt/DayOfTDD-JS
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 974 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 974 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
31
32
33
34
35
36
{
"name": "dayoftdd-js",
"version": "0.0.0",
"description": "JavaScript starting point for Day of TDD",
"main": "index.js",
"scripts": {
"start": "webpack-dev-server --progress --colors",
"test": "karma start"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ClaytonHunt/DayOfTDD-JS.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/ClaytonHunt/DayOfTDD-JS/issues"
},
"homepage": "https://github.com/ClaytonHunt/DayOfTDD-JS#readme",
"dependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.1",
"babel-preset-env": "^1.6.0",
"babel-preset-es2015": "^6.24.1",
"css-loader": "^0.28.5",
"jasmine-core": "^2.6.2",
"karma": "1.7.0",
"karma-jasmine": "1.1.0",
"karma-nightmare": "^0.4.10",
"karma-webpack": "^2.0.4",
"nightmarejs": "0.0.1",
"style-loader": "^0.18.2",
"webpack": "^3.5.5",
"webpack-dev-server": "^2.7.1"
}
}