-
Notifications
You must be signed in to change notification settings - Fork 19
/
package.json
49 lines (49 loc) · 1.31 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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"name": "tinymce-knockout-binding",
"title": "tinymce-knockout-binding",
"version": "1.1.1",
"description": "A KnockoutJS custom binding that applies a TinyMCE Editor to the bound HTML element",
"main": "dist/wysiwyg.js",
"repository": {
"type": "git",
"url": "https://github.com/michaelpapworth/tinymce-knockout-binding.git"
},
"keywords": [
"knockoutjs",
"tinymce",
"binding",
"wysiwyg"
],
"author": {
"name": "Michael Papworth",
"url": "http://stackoverflow.com/users/2955675/michaelpapworth"
},
"licenses": [
{
"type": "MIT",
"url": "https://raw.github.com/michaelpapworth/tinymce-knockout-binding/master/LICENSE"
}
],
"bugs": {
"url": "https://github.com/michaelpapworth/tinymce-knockout-binding/issues"
},
"homepage": "https://github.com/michaelpapworth/tinymce-knockout-binding",
"scripts": {
"build": "npm install && grunt",
"start": "grunt watch",
"test": "grunt"
},
"peerDependencies": {
"grunt": ">= 0.4.0"
},
"devDependencies": {
"grunt-cli": "~0.1.13",
"grunt-contrib-concat": "~0.4.0",
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-uglify": "~0.4.0",
"grunt-contrib-watch": "~0.6.1",
"grunt-jscs-checker": "~0.4.1",
"load-grunt-tasks": "~0.4.0",
"requirejs": "~2.1.11"
}
}