-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 899 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 899 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
29
30
31
32
33
34
{
"name": "level-off",
"version": "0.0.1",
"description": "The LevelOff is an application that scales some pictures horizontally.",
"main": "",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"copy": "node ./copyfiles.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/UYEONG/level-off.git"
},
"author": "UYEONG <uyeong21c@gmail.com> (http://blog.coderifleman.com/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/UYEONG/level-off/issues"
},
"homepage": "https://github.com/UYEONG/level-off#readme",
"gh-pages-deploy": {
"staticpath": "."
},
"devDependencies": {
"copyfiles": "^1.1.0",
"gh-pages-deploy": "^0.4.2"
},
"dependencies": {
"cropperjs": "1.0.0-beta",
"delegate": "3.1.1",
"font-awesome": "^4.7.0",
"initialize-css": "^1.3.2",
"stepperjs": "0.1.3"
}
}