-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 901 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
{
"name": "ok-koko-2015-simwik",
"version": "0.1.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "webpack --progress --profile --colors",
"watch": "webpack-dev-server --hot --inline --progress --colors"
},
"keywords": [],
"author": "",
"lixscense": "ISC",
"devDependencies": {
"css-loader": "^0.18.0",
"html-webpack-plugin": "^1.6.1",
"node-sass": "^3.3.2",
"sass-loader": "^2.0.1",
"style-loader": "^0.12.3",
"webpack": "^1.12.1",
"webpack-dev-server": "^1.10.1",
"transform-loader": "^0.2.3",
"brfs": "^1.4.1",
"extract-text-webpack-plugin": "^0.8.2",
"file-loader": "^0.8.4",
"imports-loader": "^0.6.4",
"json-loader": "^0.5.3"
},
"dependencies": {
"bezier-js": "^1.0.8",
"moment": "^2.10.6",
"mousetrap": "^1.5.3",
"pixi.js": "goodboydigital/pixi.js",
"reveal": "0.0.4"
}
}