-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
77 lines (77 loc) · 2.19 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
{
"name": "Mr-Builder",
"version": "1.0.57",
"description": "TODO Project StarterKit",
"private": true,
"scripts": {
"serve": "http-server",
"tag": "npm version patch && git push --tags",
"sassdev": "grunt gruntsassdev --gruntfile GruntSassDev.js",
"dev": "grunt dev"
},
"config": {},
"repository": {
"type": "git",
"url": "https://github.com/todotoit/Mr-Builder.git"
},
"author": [
"Edoardo Tenani <[email protected]>",
"Fabio Franchino <[email protected]>"
],
"license": "All Rights Reserved",
"dependencies": {
"bluebird": "^2.9.34",
"front-matter": "^1.0.0",
"liquid-node": "^2.5.0",
"lodash": "^3.10.1",
"q": "^1.4.1"
},
"engines": {
"node": ">= 0.12.0"
},
"devDependencies": {
"autoprefixer": "^6.3.6",
"browser-sync": "^2.7.13",
"cssnano": "^3.6.2",
"fs-extra": "^0.23.1",
"grunt": "^0.4.5",
"grunt-CsvToL10nJson": "git://github.com/endorama/grunt-CsvToL10nJson.git#v0.3.0",
"grunt-angular-templates": "^0.5.7",
"grunt-available-tasks": "^0.6.0",
"grunt-browser-sync": "*",
"grunt-contrib-clean": "*",
"grunt-contrib-compress": "*",
"grunt-contrib-concat": "0.5.0",
"grunt-contrib-copy": "*",
"grunt-contrib-cssmin": "^0.12.3",
"grunt-contrib-htmlmin": "^0.4.0",
"grunt-contrib-imagemin": "^1.0.0",
"grunt-contrib-sass": "^1.0.0",
"grunt-contrib-uglify": "0.7.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-fetch-json": "0.0.5",
"grunt-gh-pages": "^1.1.0",
"grunt-image-embed": "^0.3.3",
"grunt-inline": "^0.3.6",
"grunt-inline-css": "^0.1.5",
"grunt-json-templating": "^0.1.0",
"grunt-locales": "^7.1.0",
"grunt-newer": "^1.1.1",
"grunt-ng-annotate": "^1.0.1",
"grunt-postcss": "^0.8.0",
"grunt-processhtml": "^0.3.13",
"grunt-shell": "^2.0.0",
"grunt-static-player": "0.0.15",
"grunt-string-replace": "^1.3.0",
"grunt-svgmin": "^3.2.0",
"grunt-svgstore": "^0.5.0",
"grunt-usemin": "2.6.2",
"http-server": "^0.9.0",
"load-grunt-config": "^0.17.2",
"marked": "^0.3.5",
"pixrem": "^3.0.1",
"register-grunt-tasks": "^0.1.0",
"swig": "^1.4.2",
"time-grunt": "^1.2.1"
}
}