-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
36 lines (36 loc) · 1.06 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
{
"name": "ng-codemirror-dictionary-hint",
"description": "Angular directive that adds hint support to a Codemirror instance based on a custom dictionary.",
"main": "lib/ng-codemirror-dictionary-hint.js",
"version": "0.3.1",
"repository": {
"type": "git",
"url": "https://github.com/amarnus/ng-codemirror-dictionary-hint.git"
},
"keywords": [
"angular",
"codemirror",
"hint"
],
"author": "Amarnath Ravikumar <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/amarnus/ng-codemirror-dictionary-hint/issues"
},
"homepage": "https://github.com/amarnus/ng-codemirror-dictionary-hint",
"devDependencies": {
"angular-mocks": "^1.2.28",
"karma": "^0.12.24",
"karma-browserify": "^4.1.2",
"karma-chrome-launcher": "^0.1.5",
"karma-firefox-launcher": "^0.1.3",
"karma-jasmine": "^0.1.5",
"karma-mocha-reporter": "^0.3.1",
"karma-phantomjs-launcher": "^0.1.4"
},
"dependencies": {
"angular": "^1.3.15",
"angular-ui-codemirror": "^0.2.0",
"codemirror": "^5.1.0"
}
}