forked from layerssss/paste.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 822 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": "paste.js",
"version": "0.0.21",
"description": "read image/text data from clipboard (cross-browser)",
"main": "paste.js",
"scripts": {
"start": "make watch",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/layerssss/paste.js.git"
},
"keywords": [
"copy",
"paste",
"jQuery"
],
"author": "Michael Yin",
"license": "MIT",
"bugs": {
"url": "https://github.com/layerssss/paste.js/issues"
},
"homepage": "https://github.com/layerssss/paste.js#readme",
"devDependencies": {
"browser-sync": "^2.14.3",
"coffee-script": "1.12.7",
"concurrently": "^2.2.0",
"watch-run": "^1.2.5"
},
"files": [
"paste.js",
"README.md",
"README_ru.md",
"LICENCE"
]
}