forked from cozy/cozy-vcard
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 871 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
{
"name": "cozy-vcard",
"version": "0.2.12",
"description": "Cozy-vcard provides vcard Parser and Objects",
"main": "lib/index.js",
"scripts": {
"test": "mocha test/index.coffee --reporter spec --compilers coffee:coffee-script/register --colors",
"build": "coffee --compile --output lib/ src/",
"prepublish": "npm run build"
},
"repository": {
"type": "git",
"url": "https://github.com/mycozycloud/cozy-vcard"
},
"keywords": [
"ical",
"calendar"
],
"author": "Cozy",
"contributors": [
"Romain Foucault",
"arnoschn"
],
"license": "see LICENSE",
"readmeFilename": "README.md",
"dependencies": {
"quoted-printable": "0.2.1",
"utf8": "2.0.0"
},
"devDependencies": {
"chai": "1.7.2",
"coffee-script": "1.8.0",
"mocha": "1.12.0",
"should": "1.2.0",
"underscore": "1.8.2"
}
}