-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
61 lines (61 loc) · 1.36 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
{
"name": "specdb",
"version": "0.0.0",
"description": "An AMD-focused spec viewing and comparison site.",
"repository": {
"type": "git",
"url": "git+https://github.com/markasoftware/specdb.git"
},
"dependencies": {
"babel-cli": "^6",
"babel-plugin-array-includes": "^2",
"babel-plugin-transform-es2015-for-of": "^6.23.0",
"babel-preset-env": "^1.7.0",
"browserify": "^16",
"cheerio": "^1.0.0-rc.3",
"csso-cli": "^2.0.2",
"debug": "^4",
"faucet": "*",
"find": "^0.3",
"is-glob": "^4.0.0",
"js-yaml": "^3.12.0",
"lodash": "^4.17.11",
"memoize-immutable": "^3.0.0",
"micromatch": "^4",
"mithril": "^1.1.6",
"mixedtuplemap": "^1.0.0",
"natural-compare": "^1.4.0",
"object-assign": "^4.1.1",
"papaparse": "^5",
"sw-precache": "^5.2.0",
"tap-summary": "^4.0.0",
"tape": "^4.9.1",
"uglify-js": "^3.4.9"
},
"author": "Mark Polyakov",
"license": "AGPL-3.0",
"bugs": {
"url": "https://github.com/markasoftware/SpecDB/issues"
},
"homepage": "https://github.com/markasoftware/SpecDB",
"babel": {
"presets": [
[
"env",
{
"modules": false,
"loose": true
}
]
],
"plugins": [
"array-includes",
[
"transform-es2015-for-of",
{
"loose": true
}
]
]
}
}