forked from jmhobbs/jsTodoTxt
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 950 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
{
"name": "jstodotxt",
"version": "0.9.0",
"author": "John Hobbs <[email protected]>",
"description": "a library for working with todo.txt formatted files",
"contributors": [
{
"name": "bartlibert",
"url": "https://github.com/bartlibert"
},
{
"name": "Ryan Gaus",
"url": "https://github.com/1egoman"
},
{
"name": "Davide Ferrero",
"url": "https://github.com/davideferre"
},
{
"name": "Kirill Goncharov",
"url": "https://github.com/xuhcc"
}
],
"repository": {
"type": "git",
"url": "https://github.com/jmhobbs/jsTodoTxt.git"
},
"scripts": {
"test": "node test/runner.js",
"build": "uglifyjs --compress --mangle --source-map --output jsTodoTxt.min.js jsTodoTxt.js jsTodoExtensions.js"
},
"dependencies": {},
"devDependencies": {
"jasmine": "^3.2.0",
"uglify-js": "^3.4.9"
},
"license": "MIT",
"main": "jsTodoTxt"
}