-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.44 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.44 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
{
"name": "hashdo",
"description": "Framework for creating stateful interaction cards that can be embedded in mobile applications or viewed in a browser.",
"version": "0.10.74",
"author": "HashDo <info@hashdo.com>",
"license": "Apache-2.0",
"keywords": ["hashdo", "cards"],
"repository": {
"type": "git",
"url": "https://github.com/shauntrennery/hashdo.git"
},
"bugs": {
"url": "https://github.com/shauntrennery/hashdo/issues"
},
"dependencies": {
"async": "2.5.0",
"autoprefixer": "7.1.6",
"base-64": "0.1.0",
"consolidate": "0.14.5",
"cuid": "1.3.8",
"firebase": "2.4.2",
"fuzzysearch": "1.0.3",
"handlebars": "4.0.11",
"html-minifier": "3.5.6",
"jade": "1.11.0",
"jsonwebtoken": "8.1.0",
"less": "2.7.3",
"lodash": "4.17.4",
"node-sass": "4.5.3",
"normalize.less": "1.0.0",
"postcss": "6.0.13"
},
"devDependencies": {
"chai": "4.1.2",
"del": "3.0.0",
"gulp": "gulpjs/gulp#4.0",
"gulp-autoprefixer": "4.0.0",
"gulp-bump": "2.8.0",
"gulp-doxx": "0.0.5",
"gulp-jsbeautifier": "2.1.1",
"gulp-jshint": "2.0.4",
"gulp-less": "3.3.2",
"gulp-load-plugins": "1.5.0",
"gulp-mocha": "4.3.1",
"gulp-rename": "1.2.2",
"gulp-uglify": "3.0.0",
"gulp-watch": "4.3.11",
"jshint": "2.9.5",
"jshint-stylish": "2.2.1",
"mocha": "4.0.1"
},
"scripts": {},
"engines": {
"node": ">=0.12.0"
},
"main": "index.js"
}