-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 1.04 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
{
"name": "hackforplay-embed",
"version": "1.0.0",
"description": "To provide an environment for executing the content of the open source HackforPlay オープンソースHackforPlayのコンテンツを実行するための環境を提供する",
"main": "server.js",
"scripts": {
"start": "webpack-dev-server --inline",
"build": "NODE_ENV='production' webpack -p"
},
"repository": {
"type": "git",
"url": "git+https://github.com/teramotodaiki/hackforplay-embed.git"
},
"author": "teramotodaiki <i101323@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/teramotodaiki/hackforplay-embed/issues"
},
"homepage": "https://github.com/teramotodaiki/hackforplay-embed#readme",
"dependencies": {
"event-target-shim": "^1.1.1",
"eventemitter2": "^2.1.3",
"postmate": "^1.0.2",
"raf": "^3.3.0",
"whatwg-fetch": "^1.0.0"
},
"devDependencies": {
"babel-loader": "^6.2.5",
"babel-preset-es2015": "^6.14.0",
"webpack": "^1.13.2",
"webpack-dev-server": "^1.16.1"
}
}