forked from skeleton-framework/skeleton-framework
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.1 KB
/
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
43
44
45
{
"name": "skeleton-framework",
"version": "1.1.1",
"license": "MIT",
"homepage": "https://github.com/skeleton-framework/skeletonframework#readme",
"description": "A simple responsive framework for mobile friendly development.",
"author": "Skeleton Framework",
"contributors": [
"Dave Gamache",
"Gary DeLaney",
"Ben Hinchley",
"Nick Lorenson",
"Daniel Oltmanns"
],
"main": "index.js",
"scripts": {
"start": "npm run watch & npm run serve",
"build": "node index",
"watch": "npm-scripts-watcher",
"serve": "live-server --port=3000 --mount=/:/dist --open=/dist --watch=/dist"
},
"watch": {
"src/**/*.css": [
"build"
]
},
"repository": {
"type": "git",
"url": "https://github.com/skeleton-framework/skeleton-framework.git"
},
"bugs": {
"url": "https://github.com/skeleton-framework/skeleton-framework/issues"
},
"keywords": [
"css",
"framework",
"skeleton",
"skeleton-framework"
],
"devDependencies": {
"live-server": "^0.9.2",
"npm-scripts-watcher": "^1.0.2",
"skeleton-postcss": "^1.0.4"
}
}