This repository has been archived by the owner on Mar 15, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 70
/
Copy pathpackage.json
79 lines (79 loc) · 2.21 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
{
"name": "maxmertkit",
"version": "1.0.5",
"description": "Maxmertkit, powerful, most customizable and easiest for usage mobile first front-end framework for web-development.",
"homepage": "http://maxmert.com",
"main": "gulpfile.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "gulp test"
},
"repository": {
"type": "git",
"url": "https://github.com/maxmert/maxmertkit.git",
"releases": "https://github.com/maxmert/maxmertkit/releases"
},
"keywords": ["css", "sass", "js", "framework", "css-framework", "maxmert", "maxmertkit", "mobile-first", "responsive", "front-end", "web", "html5", "coffeescript"],
"author": {
"name": "Vetrenko Maxim",
"email": "[email protected]"
},
"license": "ISC",
"bugs": {
"url": "https://github.com/maxmert/maxmertkit/issues"
},
"dependencies": {
"request": "^2.34.0",
"hogan-express": "^0.5.2",
"node-phantom": "^0.2.5",
"prerender-node": "^1.0.1"
},
"devDependencies": {
"gulp": "~3.5.2",
"coffee-script": "~1.7.1",
"express": "~3.4.8",
"mocha": "~1.18.2",
"gulp-coffee": "~1.4.1",
"gulp-util": "~2.2.14",
"gulp-concat": "~2.1.7",
"gulp-coffeelint": "~0.3.2",
"gulp-uglify": "~0.2.1",
"gulp-watch": "~0.5.0",
"gulp-livereload": "~1.2.0",
"gulp-nodemon": "~1.0.2",
"gulp-ruby-sass": "~0.3.1",
"gulp-size": "~0.2.0",
"gulp-todo": "~0.1.6",
"gulp-changed": "~0.3.0",
"gulp-cached": "0.0.3",
"gulp-plumber": "~0.5.6",
"gulp-rev": "~0.3.2",
"gulp-rev-all": "~0.1.0",
"gulp-minify-css": "~0.3.0",
"gulp-bytediff": "~0.1.8",
"chai": "~1.9.1",
"gulp-mocha": "~0.4.1",
"jquery": "~1.8.3",
"jsdom": "~0.10.5",
"gulp-clean": "~0.2.4",
"run-sequence": "~0.3.6",
"gulp-notify": "^1.2.5",
"gulp-jstemplater": "0.0.3",
"gulp-browserify": "^0.5.0",
"gulp-rename": "^1.2.0",
"coffeeify": "^0.6.0",
"browserify": "^3.41.0",
"gulp-json-editor": "^2.0.2",
"gulp-gzip": "0.0.7",
"yargs": "^1.2.1",
"gulp-if": "0.0.5",
"moment": "^2.6.0",
"gulp-mkit": "0.0.1",
"gulp-zip": "^0.3.4",
"wd": "^0.2.19",
"chai-as-promised": "^4.1.1"
},
"buildDate": "June 11th 2014, 4:12:54 pm"
}