-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.69 KB
/
package.json
File metadata and controls
62 lines (62 loc) · 1.69 KB
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "docs",
"version": "0.0.0-alpha-5.1",
"description": "",
"scripts": {},
"repository": {
"type": "git",
"url": "git+https://github.com/tjbenton/docs.git"
},
"author": "Tyler Benton <tjbenton21@gmail.com> (https://github.com/tjbenton)",
"license": "ISC",
"bugs": {
"url": "https://github.com/tjbenton/docs/issues"
},
"private": true,
"homepage": "https://github.com/tjbenton/docs#readme",
"devDependencies": {
"async-array-methods": "^2.1.0",
"ava": "^0.16.0",
"ava-spec": "^1.0.1",
"babel-eslint": "^6.0.4",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-runtime": "^6.15.0",
"babel-preset-latest": "^6.14.0",
"babel-preset-stage-0": "^6.5.0",
"babel-runtime": "^6.11.6",
"chalk": "^1.1.3",
"coveralls": "^2.11.12",
"docs-helpers-create-test": "0.0.0-alpha1",
"docs-helpers-test": "^0.0.0-alpha.1",
"eslint": "^3.5.0",
"eslint-plugin-babel": "^3.3.0",
"fly": "~1.4.1",
"fly-ava": "^0.12.0",
"fly-babel": "^1.0.0",
"fly-esnext": "^1.0.1",
"fly-rollup": "^1.0.0",
"fly-stylus": "github:tjbenton/fly-stylus",
"fs-extra-promisify": "0.0.2",
"globby": "^6.0.0",
"icon-font-generator": "^1.0.4",
"jsondiffpatch": "^0.2.4",
"lerna": "2.0.0-beta.38",
"power-assert": "^1.4.1",
"recursive-readdir-sync": "~1.0.6",
"rollup-plugin-babel": "^2.6.1",
"stylelint": "^7.1.0",
"to-js": "0.0.6"
},
"ava": {
"files": [
"packages/*/+(tests|test)/**/*.test.js"
],
"source": [
"packages/*/dist/**/*.js",
"packages/*/tests/compare/*/**/*"
],
"concurrency": 5,
"failFast": true,
"timeout": "1m"
}
}