This repository was archived by the owner on Dec 21, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.31 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.31 KB
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
{
"name": "UniversalDesignBootstrap",
"description": "App for developing Universally Designed for Learning courses",
"version": "0.0.1",
"homepage": "https://alexanderjfink.github.io/UniversalDesignBootstrap",
"author": {
"name": "Alexander Fink",
"url": "https://github.com/alexanderjfink"
},
"repository": {
"type": "git",
"url": "git@github.com:alexanderjfink/UniversalDesignBootstrap.git"
},
"keywords": [
"learning",
"teaching",
"education",
"higher education",
"highered",
"syllabus",
"course",
"mooc",
"online",
"universal",
"design"
],
"bugs": {
"url": "https://github.com/alexanderjfink/UniversalDesignBootstrap/issues"
},
"main": "./server/server",
"dependencies": {
"hapi": "~2.1.1",
"consolidate": "~0.10.0",
"handlebars": "~1.3.0",
"hapi-restify": "0.0.3"
},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-nodemon": "0.0.9",
"grunt-contrib-requirejs": "~0.4.0",
"grunt-contrib-jshint": "~0.3.0",
"grunt-shell": "~0.3.1",
"grunt-contrib-less": "~0.6.4",
"grunt-mocha-test": "~0.6.2",
"node-sass": "~0.7.0",
"grunt-contrib-watch": "~0.5.3",
"grunt-sass": "~0.8.0",
"mongoose": "~3.6.19",
"superagent": "~0.15.4",
"expect.js": "~0.2.0",
"uglify-js": "~2.2.5"
}
}