-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 997 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
{
"name": "due-date-plugin",
"version": "0.0.1",
"description": "trac due date plugin",
"main": "index.js",
"scripts": {
"test": "mocha --compilers js:babel-core/register"
},
"repository": {
"type": "git",
"url": "git+https://github.com/karmapa/due-date-plugin.git"
},
"keywords": [
"trac",
"due",
"date",
"plugin"
],
"author": "karmapa",
"license": "MIT",
"dependencies": {
"aws-sdk": "2.7.10",
"babel-core": "6.11.4",
"babel-loader": "6.2.4",
"babel-plugin-transform-decorators-legacy": "1.3.4",
"babel-polyfill": "6.9.1",
"babel-preset-es2015": "6.9.0",
"babel-preset-stage-0": "6.5.0",
"babel-register": "6.11.5",
"natural-sort": "1.0.0",
"sql.js": "https://github.com/kripken/sql.js.git#2dc4700"
},
"bugs": {
"url": "https://github.com/karmapa/due-date-plugin/issues"
},
"homepage": "https://github.com/karmapa/due-date-plugin#readme",
"devDependencies": {
"mocha": "3.2.0"
}
}