-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
29 lines (29 loc) · 846 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
{
"name": "tinyplate",
"version": "0.0.3",
"author": "Scott Woodall @scott_woodall",
"description": "A lightweight, responsive dashboard powered by Twitter Bootstrap",
"devDependencies": {
"webpack": "~1.4.13",
"less": "~1.7.5",
"less-loader": "~0.7.7",
"css-loader": "~0.9.0",
"style-loader": "~0.8.2",
"extract-text-webpack-plugin": "~0.3.4",
"webpack-dev-server": "~1.6.5"
},
"scripts": {
"dev-server": "webpack-dev-server --config webpack-dev.config.js --content-base ./test --port 2922 --watch --progress --colors",
"build": "webpack --config webpack-build.config.js --output-file /dev/null"
},
"keywords": [
"responsive",
"dashboard",
"bootstrap"
],
"repository": {
"type": "git",
"url": "https://github.com/scottwoodall/tinyplate"
},
"license": "MIT"
}