forked from blackberry/cordova-blackberry-plugins
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 995 Bytes
/
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
{
"name": "codova-blackberry-plugins",
"version": "0.0.1",
"description": "BB10 WebWorks Cordova Plugins",
"repository": "git://github.com/blackberry/cordova-blackberry-plugins.git",
"author": {
"name": "Research In Motion",
"url": "https://github.com/blackberry/cordova-blackberry-plugins"
},
"licenses": [{
"type": "Apache 2.0",
"url": "http://www.apache.org/licenses/LICENSE-2.0"
}],
"dependencies": {
"connect": "2.6.2",
"express": "3.0.1",
"argsparser": "0.0.x",
"jasmine-node": "1.7.x",
"jWorkflow": "*",
"wrench": "1.3.9",
"ncp": "*",
"elementtree": "0.1.5",
"shelljs": "0.1.3"
},
"devDependencies": {
"cordova": "*",
"jake": "0.7.13",
"jshint": "2.4.*"
},
"scripts": {
"test": "npm run hint",
"hint": "node node_modules/jake/bin/cli hint"
},
"bundledDependencies": [
"connect",
"argsparser"
],
"files": [
"node_modules",
"README.md",
"LICENSE",
"lib"
]
}