-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 900 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 900 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
{
"name": "ircgrampp-plugin-motd",
"version": "0.4.2",
"description": "Plugin for ircgrampp to show motd message",
"main": "lib/index.js",
"scripts": {
"prepublish": "rm -rf lib/* && npm run build",
"test": "./node_modules/.bin/gulp gulp test",
"lint": "./node_modules/.bin/gulp lint",
"build": "./node_modules/.bin/gulp build"
},
"author": "Botmasters",
"license": "GPL-2.0",
"repository": {
"type": "git",
"url": "https://github.com/botmasters/ircgrampp-plugin-motd.git"
},
"devDependencies": {
"babel": "^6.23.0",
"babel-core": "^6.24.1",
"babel-eslint": "^7.2.3",
"babel-preset-es2015": "^6.24.1",
"eslint-config-defaults": "^9.0.0",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-cli": "^1.3.0",
"gulp-eslint": "^3.0.1"
},
"dependencies": {
"escape-html": "^1.0.3",
"ircgrampp-plugin": "0.3.1"
}
}