forked from OpenNHP/opennhp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
85 lines (85 loc) · 2.04 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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
{
"name": "amazeui",
"title": "Amaze UI",
"description": "Sleek, intuitive, and powerful front-end framework for faster and easier web development.",
"version": "2.3.0",
"keywords": [
"AMUI",
"Amaze UI",
"AllMobile",
"css",
"js",
"less",
"mobile-first",
"responsive",
"front-end",
"framework",
"web",
"web-components"
],
"homepage": "http://amazeui.org",
"author": "Allmobilize, Inc.",
"scripts": {
"start": "nodemon tools/app/app.js",
"build": "gulp install && gulp",
"preview": "gulp preview"
},
"repository": {
"type": "git",
"url": "https://github.com/allmobilize/amazeui.git"
},
"bugs": {
"url": "https://github.com/allmobilize/amazeui/issues"
},
"dependencies": {
"jquery": "latest",
"handlebars": "latest"
},
"devDependencies": {
"bistre": "^1.0.1",
"body-parser": "~1.0.0",
"browserify": "^6.2.0",
"browserify-shim": "^3.8.0",
"cookie-parser": "~1.0.1",
"debug": "1.0.x",
"del": "^0.1.3",
"errorhandler": "^1.1.1",
"express": "4.x",
"fs-extra": "^0.10.0",
"gulp": "^3.8.9",
"gulp-amd-bundler": "0.0.20",
"gulp-autoprefixer": "^2.0.0",
"gulp-concat": "latest",
"gulp-header": "^1.0.2",
"gulp-jsbeautifier": "0.0.3",
"gulp-less": "^1.2.3",
"gulp-load-plugins": "^0.7.0",
"gulp-minify-css": "^0.3.0",
"gulp-nodemon": "^1.0.4",
"gulp-rename": "^1.2.0",
"gulp-replace": "https://github.com/Minwe/gulp-replace/archive/v0.4.1.tar.gz",
"gulp-size": "^1.1.0",
"gulp-uglify": "latest",
"gulp-util": "^2.2.14",
"gulp-zip": "^0.4.0",
"hbs": "~2.7.0",
"less-middleware": "1.0.x",
"lodash": "^2.4.1",
"morgan": "~1.0.0",
"run-sequence": "^1.0.1",
"underscore": "~1.6.0",
"vinyl-transform": "0.0.1"
},
"browserify": {
"transform": [
"browserify-shim"
]
},
"browserify-shim": {
"jquery": "global:jQuery"
},
"license": {
"type": "MIT",
"url": "https://github.com/allmobilize/amazeui/blob/master/LICENSE.md"
}
}