-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 881 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
37
38
39
40
41
42
{
"name": "skateboardjs",
"version": "1.27.0",
"description": "A lightweight SPA framework",
"main": "dist/main.js",
"scripts": {
"build": "./node_modules/.bin/webpack"
},
"keywords": [
"SPA",
"Framework"
],
"homepage": "https://github.com/webyom/skateboardjs",
"author": {
"name": "Gary Wang",
"email": "[email protected]",
"url": "http://webyom.org"
},
"repository": {
"type": "git",
"url": "https://github.com/webyom/skateboardjs.git"
},
"bugs": {
"url": "https://github.com/webyom/skateboardjs/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/webyom/skateboardjs/blob/master/LICENSE-MIT"
}
],
"engines": {
"node": ">= 0.8.0"
},
"dependencies": {
"jquery": "^3.2.1"
},
"devDependencies": {
"coffee-loader": "^0.7.3",
"webpack": "^2.3.1"
}
}