forked from theodi/ODI-eLearning
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·38 lines (38 loc) · 1.04 KB
/
package.json
File metadata and controls
executable file
·38 lines (38 loc) · 1.04 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
{
"name": "adapt_framework",
"version": "1.1.1",
"description": "Adapt Learning output framework",
"main": "source/adapt.js",
"repository": {
"type": "git",
"url": "git://github.com/adaptlearning/adapt_framework.git"
},
"author": "AdaptLearning",
"license": "GPL v3",
"bugs": {
"url": "https://github.com/adaptlearning/adapt_framework/issues"
},
"devDependencies": {
"adapt-grunt-tracking-ids": "*",
"bower": "~1.3.12",
"grunt": "~0.4.5",
"grunt-bower-requirejs": "~1.1.1",
"grunt-concurrent": "~1.0.0",
"grunt-contrib-connect": "~0.9.0",
"grunt-contrib-copy": "~0.7.0",
"grunt-contrib-handlebars": "~0.8.0",
"grunt-contrib-less": "~1.0.0",
"grunt-contrib-requirejs": "~0.4.4",
"grunt-contrib-watch": "~0.6.1",
"grunt-jsonlint": "~1.0.4",
"grunt-open": "~0.2.3",
"grunt-requirejs-bundle": "*",
"lodash": "~2.4.1",
"matchdep": "~0.3.0",
"underscore": "~1.6.0"
},
"dependencies": {
"assemble-less": "~0.7.0",
"grunt-contrib-concat": "~0.5.0"
}
}