-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.16 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.16 KB
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
41
42
43
44
45
46
{
"name": "choothat",
"version": "0.1.0",
"description": "An example app that uses choo, a lightweight frontend framework",
"main": "index.js",
"scripts": {
"build": "webpack --progress --colors",
"watch": "webpack --progress --colors --watch",
"start": "webpack-dev-server",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/azappella/choothat.git"
},
"keywords": [
"choo",
"yo",
"yo-yo",
"choo",
"frontend framework",
"choo example app",
"choo app"
],
"author": "Andrew Zappella <andrew.zappella@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/azappella/choothat/issues"
},
"homepage": "https://github.com/azappella/choothat",
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-core": "^6.24.1",
"babel-loader": "^7.0.0",
"babel-plugin-yo-yoify": "^0.6.0",
"babel-preset-env": "^1.5.2",
"html-webpack-plugin": "^2.28.0",
"webpack": "^2.6.1",
"webpack-dev-server": "^2.4.5"
},
"dependencies": {
"choo": "^5.6.2",
"on-load": "^3.2.0",
"yo-yoify": "^3.7.3"
}
}