-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 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
37
38
39
40
{
"name": "cordova-plugins-tern-condense",
"version": "1.0.0",
"description": "A Tern plugin for Condense, that automatically generate tern definitions for cordova plugins.",
"main": "cordova-plugins-condense",
"repository": {
"type": "git",
"url": "https://github.com/albertinad/cordova-plugins-tern-condense.git"
},
"scripts": {
"test": "grunt"
},
"dependencies": {
"elementtree": "0.1.6"
},
"peerDependencies": {
"tern": ">=0.7.1"
},
"devDependencies": {
"grunt": "~0.4.5",
"grunt-cli": "~0.1.13",
"grunt-mocha-test": "~0.12.7",
"chai": "~3.4.0"
},
"keywords": [
"tern",
"cordova",
"cordova plugins",
"plugins",
"condense",
"code-hinting",
"hints"
],
"author": "Albertina Durante",
"license": "MIT",
"bugs": {
"url": "https://github.com/albertinad/cordova-plugins-tern-condense/issues"
},
"homepage": "https://github.com/albertinad/cordova-plugins-tern-condense"
}