forked from adaptlearning/adapt_framework
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.12 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.12 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
{
"name": "adapt_framework",
"version": "0.0.1",
"description": "Adapt Learning output framework",
"main": "source/adapt.js",
"scripts": {
"test": "./node_modules/.bin/karma start --single-run --browsers PhantomJS"
},
"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": {
"matchdep": "~0.3.0",
"grunt": "~0.4.1",
"grunt-contrib-less": "~0.7.0",
"grunt-contrib-handlebars": "~0.5.11",
"grunt-contrib-watch": "~0.5.1",
"grunt-contrib-requirejs": "~0.4.1",
"grunt-contrib-connect": "~0.3.0",
"grunt-concurrent": "~0.4.2",
"grunt-open": "~0.2.2",
"grunt-bower-requirejs": "~0.7.1",
"grunt-requirejs-bundle": "~0.0.7",
"grunt-contrib-copy": "~0.4.1",
"karma": "~0.9",
"karma-mocha": "*",
"karma-expect": "*",
"bower": "*",
"adapt-grunt-tracking-ids":"*"
},
"dependencies": {
"assemble-less": "~0.5.3",
"grunt-contrib-concat": "~0.3.0"
}
}