This repository has been archived by the owner on Feb 27, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
68 lines (68 loc) · 1.9 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"name": "fountain",
"version": "1.0.0",
"description": "Fountain meta repository for a sweet development",
"homepage": "http://fountainjs.io/",
"repository": "fountainjs/fountain",
"author": "The Fountain Team",
"contributors": [
"Matthieu Lux <[email protected]> (http://swiip.github.io/)",
"Mehdy Dara <[email protected]> (http://eleven-labs.com/)",
"Micael Mbagira <[email protected]> (http://micaelmbagira.github.io)"
],
"main": "index.js",
"engines": {
"node": ">=4.0"
},
"devDependencies": {
"archiver": "^1.3.0",
"babel-eslint": "^7.1.1",
"bluebird": "^3.4.7",
"cartesian-product": "^2.1.2",
"chai": "^3.5.0",
"co": "^4.6.0",
"co-mocha": "^1.2.0",
"cross-spawn": "^5.0.1",
"eslint": "^3.15.0",
"eslint-config-angular": "^0.5.0",
"eslint-config-xo-react": "^0.10.0",
"eslint-config-xo-space": "^0.15.0",
"eslint-plugin-angular": "^1.6.1",
"eslint-plugin-babel": "^4.0.1",
"eslint-plugin-html": "^2.0.1",
"eslint-plugin-react": "^6.10.0",
"fixture-stdout": "^0.2.1",
"globby": "^6.1.0",
"jsdom": "swiip/jsdom#zonejs-compat-usable",
"lodash": "^4.17.4",
"mkdirp-promise": "^5.0.1",
"mocha": "^3.2.0",
"mz": "^2.6.0",
"rimraf-promise": "^2.0.0",
"sauce-connect-launcher": "^1.2.0",
"semver": "^5.3.0",
"through2-spy": "^2.0.0",
"toposort": "^1.0.3",
"tslint": "^4.4.2",
"typescript": "^2.1.6",
"webdriverio": "^4.6.2",
"yeoman-test": "^1.6.0"
},
"scripts": {
"test": "mocha test/test-jsdom",
"localTest": "mocha test/local-test",
"linkAll": "node scripts/links",
"unlinkAll": "node scripts/unlinks"
},
"license": "MIT",
"eslintConfig": {
"extends": "xo-space/esnext",
"rules": {
"func-names": ["error", "as-needed"],
"quote-props": ["error", "consistent"]
},
"env": {
"mocha": true
}
}
}