-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1 KB
/
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
41
42
43
44
{
"name": "ctj",
"version": "0.2.3",
"description": "Convert CProjects to JSON",
"homepage": "https://github.com/larsgw/ctj#readme",
"author": "Lars Willighagen",
"license": "MIT",
"bugs": {
"url": "https://github.com/larsgw/ctj/issues"
},
"keywords": [
"contentmining",
"datamining",
"science"
],
"repository": {
"type": "git",
"url": "git+https://github.com/larsgw/ctj.git"
},
"directories": {
"example": "example"
},
"bin": "lib/ctj.js",
"scripts": {
"lint": "standard \"src/**/*.js\"",
"babel": "babel src -d lib --copy-files"
},
"dependencies": {
"babel-polyfill": "^6.26.0",
"colors": "^1.1.2",
"commander": "^2.11.0",
"md5": "^2.2.1",
"progress": "^2.0.0",
"winston": "^2.3.1",
"xmldoc": "^1.1.0"
},
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-plugin-dynamic-import-node": "^1.0.2",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"babel-preset-env": "^1.6.0",
"standard": "^10.0.2"
}
}