-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
37 lines (37 loc) · 1005 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
36
37
{
"name": "pixelm",
"private": true,
"version": "1.0.0",
"description": "This project is bootstrapped with [Create Elm App](https://github.com/halfzebra/create-elm-app).",
"main": "index.js",
"directories": {
"test": "tests"
},
"scripts": {
"start": "ELM_DEBUGGER=false elm-app start",
"build": "PUBLIC_URL=/pixelm/ elm-app build",
"test": "elm-app test",
"predeploy": "npm run build",
"deploy": "gh-pages -d build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/shuhei/pixelm.git"
},
"author": "Shuhei Kagawa <shuhei.kagawa@gmail.com>",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/shuhei/pixelm/issues"
},
"homepage": "https://github.com/shuhei/pixelm#readme",
"devDependencies": {
"create-elm-app": "^1.5.0",
"gh-pages": "^1.0.0"
},
"dependencies": {
"blueimp-canvas-to-blob": "^3.11.0",
"file-saver": "^1.3.3",
"gif.js": "^0.2.0",
"mobile-drag-drop": "^2.1.0"
}
}