-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 808 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 808 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
{
"name": "at-box",
"version": "1.0.0",
"description": "Very clever text box",
"main": "src/main.js",
"directories": {
"test": "tests"
},
"scripts": {
"watch": "webpack --watch",
"test": "elm test",
"webpack": "webpack",
"build": "npm test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/maximoleinyk/atBox.git"
},
"author": "Maksym Oliinyk",
"license": "MIT",
"bugs": {
"url": "https://github.com/maximoleinyk/atBox/issues"
},
"homepage": "https://github.com/maximoleinyk/atBox#readme",
"dependencies": {
"elm-webpack-loader": "^4.3.1",
"file-loader": "^1.1.5",
"normalize.css": "^7.0.0",
"object-assign": "^4.1.1",
"webpack-dev-server": "^2.9.2"
},
"devDependencies": {
"webpack": "^3.8.1"
}
}