-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 857 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 857 Bytes
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
{
"name": "confapp_web_guide",
"description": "An app for conferences",
"author": "Steve Oney <swloney@gmail.com>",
"version": "1.2.1",
"dependencies": {
"express": "~4.13",
"underscore": "~1.8",
"grunt": "~0.4",
"grunt-contrib-cssmin": "~0.14",
"grunt-contrib-copy": "~0.6",
"grunt-contrib-jshint": "~0.11",
"grunt-sass": "~1.1",
"grunt-contrib-qunit": "~0.7",
"grunt-contrib-uglify": "~0.10",
"grunt-contrib-concat": "~0.5",
"grunt-contrib-clean": "~0.6",
"grunt-contrib-compress": "~0.14",
"grunt-concat-sourcemap": "~0.4",
"node-sass-middleware": "~0.9"
},
"engines": {
"node": "~5",
"npm": "~3.3"
},
"repository": {
"type": "git",
"url": "https://github.com/confapp/web_guide.git"
},
"license": "MIT",
"devDependencies": {
"grunt-sass": "^1.1.0"
}
}