-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.26 KB
/
Copy pathpackage.json
File metadata and controls
51 lines (51 loc) · 1.26 KB
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "jQuery.mcInputEvent",
"version": "0.3.0",
"description": "jQuery.mcInputEvent",
"keywords": [
"javascript",
"js",
"ime"
],
"homepage": "http://hrdaya.github.io/jQuery.mcInputEvent/",
"bugs": {
"url": "https://github.com/hrdaya/jQuery.mcInputEvent/issues"
},
"license": {
"type": "MIT",
"url": "https://github.com/hrdaya/jQuery.mcInputEvent/blob/master/LICENSE"
},
"author": {
"name": "yu-ki higa",
"url": "https://github.com/hrdaya"
},
"files": [
"README.md",
"LICENSE",
"package.json",
"dist",
"test"
],
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git://github.com/hrdaya/jQuery.mcInputEvent",
"path": "hrdaya/jQuery.mcInputEvent"
},
"scripts": {
"test": ""
},
"private": true,
"devDependencies": {
"grunt": "^0.4.5",
"grunt-cli": "^0.1.13",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-copy": "^0.8.0",
"grunt-contrib-jshint": "^0.11.0",
"grunt-contrib-uglify": "^0.9.2",
"grunt-contrib-watch": "^0.6.1",
"grunt-text-replace": "^0.4.0"
}
}