forked from sachinchoolur/angular-trix
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.33 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
{
"name": "angular-trix",
"version": "1.0.2",
"description": "A rich wysiwyg text editor directive for angularjs.",
"keywords": [
"angular-trix",
"wysiwyg-editor",
"text-editor",
"directive",
"angularjs"
],
"homepage": "https://github.com/sachinchoolur/angular-trix",
"bugs": {
"url": "https://github.com/sachinchoolur/angular-trix/issues",
"email": "sachi77n@gmail.com"
},
"author": {
"name": "Sachin",
"email": "sachi77n@gmail.com",
"url": "https://github.com/sachinchoolur"
},
"repository": {
"type": "git",
"url": "git@github.com:sachinchoolur/angular-trix.git"
},
"main": "dist/angular-trix.js",
"license": "MIT",
"scripts": {
"test": "grunt"
},
"dependencies": {
"trix": "latest",
"angular": ">=1.2.0"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-concat": "^0.5.0",
"grunt-contrib-connect": "^0.9.0",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-qunit": "^0.5.1",
"grunt-contrib-uglify": "^0.7.0",
"grunt-contrib-watch": "^0.6.1",
"jshint-stylish": "^1.0.0",
"load-grunt-tasks": "^2.0.0",
"time-grunt": "^1.0.0"
}
}