forked from shauntrennery/hashdo
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.45 KB
/
package.json
File metadata and controls
60 lines (60 loc) · 1.45 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
{
"name": "hashdo",
"description": "Framework for creating stateful interaction cards that can be embedded in mobile applications or viewed in a browser.",
"version": "0.10.52",
"author": "HashDo <info@hashdo.com>",
"license": "Apache-2.0",
"keywords": [
"hashdo",
"cards"
],
"repository": {
"type": "git",
"url": "https://github.com/UXFoundry/hashdo.git"
},
"bugs": {
"url": "https://github.com/UXFoundry/hashdo/issues"
},
"dependencies": {
"async": "1.5.2",
"autoprefixer": "6.3.6",
"base-64": "0.1.0",
"consolidate": "0.14.1",
"cuid": "1.3.8",
"firebase": "2.4.2",
"fuzzysearch": "1.0.3",
"handlebars": "4.0.5",
"html-minifier": "2.1.3",
"jade": "1.11.0",
"jsonwebtoken": "7.0.0",
"less": "2.7.1",
"lodash": "^4.13.1",
"node-sass": "3.7.0",
"normalize.less": "1.0.0",
"postcss": "5.0.21"
},
"devDependencies": {
"chai": "3.5.0",
"del": "2.2.0",
"gulp": "gulpjs/gulp#4.0",
"gulp-autoprefixer": "3.1.0",
"gulp-bump": "2.1.0",
"gulp-doxx": "0.0.5",
"gulp-jsbeautifier": "2.0.3",
"gulp-jshint": "2.0.1",
"gulp-less": "3.1.0",
"gulp-load-plugins": "1.2.3",
"gulp-mocha": "2.2.0",
"gulp-rename": "1.2.2",
"gulp-uglify": "1.5.3",
"gulp-watch": "4.3.6",
"jshint": "2.9.2",
"jshint-stylish": "2.2.0",
"mocha": "2.5.1"
},
"scripts": {},
"engines": {
"node": ">=0.12.0"
},
"main": "index.js"
}