-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 931 Bytes
/
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
{
"name": "and",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "karma start",
"start": "webpack-serve ./webpack.config.js",
"build": "webpack --mode=production"
},
"repository": {
"type": "git",
"url": "git+https://github.com/chrisbruford/and.git"
},
"author": "Chris Bruford",
"license": "MIT",
"bugs": {
"url": "https://github.com/chrisbruford/and/issues"
},
"homepage": "https://github.com/chrisbruford/and#readme",
"devDependencies": {
"babel-core": "^6.26.3",
"babel-loader": "^7.1.4",
"babel-preset-env": "^1.7.0",
"html-webpack-plugin": "^3.2.0",
"jasmine-ajax": "^3.4.0",
"jasmine-core": "^3.1.0",
"karma": "^2.0.2",
"karma-chrome-launcher": "^2.2.0",
"karma-jasmine": "^1.1.2",
"karma-webpack": "^3.0.0",
"webpack": "^4.12.0",
"webpack-cli": "^3.0.3",
"webpack-serve": "^1.0.4"
}
}