-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.72 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.72 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
{
"name": "excellent",
"version": "2.1.7",
"description": "\"Make a spreadsheet, you say? Style it nicely and use a pre-existing template too? All in node.js/io.js? Yessir!\"",
"main": "index.js",
"scripts": {
"test": "node_modules/.bin/lab -v",
"test-cov": "node_modules/.bin/lab --reporter html --output coverage.html --coverage-path lib --coverage-exclude lib/parts/templates.js",
"templatizer": "node_modules/templatizer/bin/cli -d ./lib/templates -o ./lib/parts/templates.js"
},
"repository": {
"type": "git",
"url": "https://github.com/aaronmccall/excellent.git"
},
"keywords": [
"spreadsheet",
"excel",
"xlsx",
"template",
"styles"
],
"author": "Aaron McCall <aaron@andyet.net> (https://github.com/aaronmccall)",
"license": "MIT",
"bugs": {
"url": "https://github.com/aaronmccall/excellent/issues"
},
"homepage": "https://github.com/aaronmccall/excellent",
"dependencies": {
"@lukekarrys/jade-runtime": "^1.11.1",
"crayola-colors": "^1.0.1",
"css-color-names": "0.0.1",
"image-size": "^0.3.5",
"jszip": "^2.5.0",
"lodash.assign": "^3.0.0",
"lodash.constant": "^3.0.0",
"lodash.defaults": "^3.1.2",
"lodash.findwhere": "^3.1.0",
"lodash.flow": "^3.2.1",
"lodash.foreach": "^3.0.3",
"lodash.identity": "^3.0.0",
"lodash.isequal": "^3.0.4",
"lodash.mapkeys": "^3.8.0",
"lodash.mapvalues": "^3.0.1",
"lodash.merge": "^3.3.2",
"lodash.omit": "^3.1.0",
"lodash.partial": "^3.1.1",
"lodash.pick": "^3.1.0",
"lodash.where": "^3.1.0",
"mime": "^1.3.4",
"templatizer": "^2.0.2",
"uuid": "^3.0.0"
},
"devDependencies": {
"code": "^1.5.0",
"lab": "^5.15.1",
"sinon": "^1.15.4"
}
}