-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 855 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 855 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
34
35
36
37
38
39
40
{
"name": "citationstyles",
"version": "0.0.3-228dee2",
"description": "csl collection from citationstyles.org",
"main": "csl.js",
"scripts": {
"test": "vows test --spec"
},
"author": "Max F. Albrecht",
"licenses": [
{
"type": "CC-By-SA 3.0",
"url": "http://creativecommons.org/licenses/by-sa/3.0/"
}
],
"repository": {
"type": "git",
"url": "https://github.com/papermill/node-citationstyles.git"
},
"keywords": [
"papermill",
"csl",
"citation",
"citationstyles.org"
],
"bugs": {
"url": "https://github.com/papermill/node-citationstyles/issues"
},
"dependencies": {
"graceful-fs": "~2.0.0",
"fs-extra": "~0.6.3",
"async": "~0.2.9"
},
"devDependencies": {
"vows": "0.7.x",
"eyes": "~0.1.8",
"assert": "~0.4.9",
"underscore": "~1.5.1"
}
}