-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.37 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
{
"name": "dat-cardcat-formats",
"version": "0.2.0",
"description": "Path formats for items in library archives.",
"main": "index.js",
"scripts": {
"prepublish": "npm run babel",
"build": "npm run babel",
"babel": "rm -rf ./dist && babel src --out-dir dist --copy-files",
"dev": "rm -rf ./dist && babel --source-maps -w src --out-dir dist --copy-files",
"test": "mocha --compilers js:babel-core/register ",
"test-travis": "istanbul cover node_modules/mocha/bin/_mocha -- --compilers js:babel-core/register"
},
"author": "",
"repository": {
"type": "git",
"url": "https://github.com/sdockray/dat-cardcat-formats"
},
"license": "ISC",
"devDependencies": {
"babel-cli": "^6.23.0",
"babel-core": "^6.23.1",
"babel-eslint": "^7.1.1",
"babel-plugin-transform-class-properties": "^6.23.0",
"babel-plugin-transform-es2015-modules-commonjs": "^6.23.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-stage-3": "^6.22.0",
"chai": "^3.5.0",
"coveralls": "^2.13.1",
"eslint": "^3.15.0",
"eslint-config-airbnb": "^14.1.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^4.0.0",
"eslint-plugin-react": "^6.9.0",
"istanbul": "^1.1.0-alpha.1",
"mocha": "^3.4.1"
},
"dependencies": {
"another-name-parser": "0.0.4",
"lodash": "^4.17.4",
"upath": "^1.0.0"
}
}