forked from forumone/drupal-modules
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 829 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
{
"name": "drupal-modules",
"version": "0.1.1",
"description": "Retrieves information about Drupal modules",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/forumone/drupal-modules.git"
},
"author": "Forum One <[email protected]>",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/forumone/drupal-modules/issues"
},
"homepage": "https://github.com/forumone/drupal-modules#readme",
"dependencies": {
"bluebird": "^3.4.1",
"jsdom": "^9.4.1",
"lodash": "^4.14.0",
"semver": "^5.3.0",
"wgxpath": "^1.2.0"
},
"devDependencies": {
"assert": "^1.4.1",
"chai": "^3.5.0",
"mocha": "^2.5.3",
"rewire": "^2.5.2",
"sinon": "^1.17.5",
"sinon-as-promised": "^4.0.2"
}
}