-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 892 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 892 Bytes
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": "tennu-admin",
"version": "5.0.0",
"description": "Tennu Admin module.",
"homepage": "https://tennu.github.io/plugins/admin",
"main": "plugin.js",
"scripts": {
"test": "gulp build && mocha -R spec",
"test-only": "mocha -R spec || true",
"build": "gulp build"
},
"repository": {
"type": "git",
"url": "git://github.com/Havvy/tennu-admin.git"
},
"keywords": [
"tennu",
"irc",
"admin",
"tennu-module"
],
"author": "Ryan (Havvy) Scheel",
"license": "ISC",
"bugs": {
"url": "https://github.com/Havvy/tennu-admin/issues"
},
"devDependencies": {
"sinon": "~1.7.3",
"deep-eql": "~0.1.3",
"better-assert": "~1.0.0",
"mocha": "~1.17.0",
"gulp": "^3.8.8",
"gulp-sourcemaps": "^1.2.4",
"gulp-sweetjs": "^0.6.0",
"sweet-bdd": "~1.0.0"
},
"dependencies": {
"bluebird": "^3.0.0"
}
}