-
Notifications
You must be signed in to change notification settings - Fork 39
/
Copy pathpackage.json
38 lines (38 loc) · 904 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
{
"name": "moment-twitter",
"version": "0.2.0",
"description": "An extension to moment.js that formats dates like Twitter",
"main": "moment-twitter.js",
"scripts": {
"test": "node test.js"
},
"repository": {
"type": "git",
"url": "git://github.com/hijonathan/moment.twitter.git"
},
"keywords": [
"momentjs",
"moment",
"date",
"date-format",
"twitter"
],
"author": "Jonathan Kim <[email protected]> (http://jonathan-kim.com)",
"contributors": [
"Nathan Bowser <[email protected]>"
],
"license": "BSD-2-Clause",
"bugs": {
"url": "https://github.com/hijonathan/moment.twitter/issues"
},
"dependencies": {
"moment": "^2.4.0"
},
"devDependencies": {
"grunt": "~0.4.2",
"grunt-contrib-coffee": "~0.7.0",
"grunt-coffeelint": "0.0.7",
"grunt-release": "~0.6.0",
"grunt-bump": "0.0.13"
}
}