forked from STRML/strml.net
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 846 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 846 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
{
"name": "strml.net",
"version": "0.0.1",
"description": "",
"main": "app.js",
"scripts": {
"build": "webpack .",
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "echo 'Open http://localhost:4003/index-dev.html'; webpack-dev-server --config webpack-dev-server.config.js --hot --progress --colors --port 4003 --content-base ."
},
"author": "Samuel Reed <samuel.trace.reed@gmail.com> (http://strml.net/)",
"license": "MIT",
"devDependencies": {
"babel-core": "^5.4.7",
"babel-loader": "^5.1.3",
"exports-loader": "^0.6.2",
"raw-loader": "^0.5.1",
"webpack": "^1.9.10",
"webpack-dev-server": "^1.9.0"
},
"dependencies": {
"babel-runtime": "^5.4.7",
"bluebird": "^2.9.27",
"classlist-polyfill": "^1.0.1",
"markdown": "^0.5.0",
"mouse-wheel": "^1.0.2"
}
}