-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
55 lines (55 loc) · 1.44 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
{
"name": "@vhx/quartz",
"version": "1.6.14",
"description": "VHX Style Guide and JS Components.",
"homepage": "https://github.com/vhx/quartz",
"author": "VHX",
"readmeFilename": "README.md",
"repository": {
"type": "git",
"url": "https://github.com/vhx/quartz.git"
},
"main": "app/server/ignite.js",
"dependencies": {
"body-parser": "1.13.3",
"dotenv": "2.0.0",
"express": "4.13.3",
"handlebars": "4.0.5",
"velocity-animate": "1.2.3"
},
"devDependencies": {
"async": "2.0.1",
"babel-core": "6.14.0",
"babel-preset-es2015": "6.14.0",
"chalk": "1.1.3",
"chokidar": "^1.5.2",
"clean-css": "^3.4.18",
"concat-files": "^0.1.0",
"fs-walk": "0.0.1",
"glob": "^7.0.5",
"grunt": "^0.4.5",
"grunt-babel": "^6.0.0",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-copy": "^0.8.1",
"grunt-contrib-cssmin": "^0.13.0",
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-sass": "^0.9.2",
"grunt-contrib-uglify": "~0.5.0",
"grunt-remove": "^0.1.0",
"grunt-sass": "^1.0.0",
"grunt-sass-globbing": "^1.4.0",
"highlight.js": "^9.4.0",
"mithril": "0.2.0",
"mustache": "^2.2.1",
"node-sass": "4.5.3",
"nodemon": "1.9.2",
"path": "^0.12.7",
"uglify-js": "^2.6.2",
"underscore": "1.8.3"
},
"scripts": {
"start": "node app/server/ignite.js",
"dev": "nodemon app/server/ignite.js"
}
}