forked from omsmith/ims-lti
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 799 Bytes
/
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
{
"name": "ims-lti",
"version": "0.2.0",
"description": "Module for building an LTI Tool Provider and accept LTI launch requests",
"author": {
"name": "James Rundquist",
"email": "[email protected]"
},
"license": "MIT",
"keywords": [
"ims",
"lti",
"provider"
],
"repository": {
"type": "git",
"url": "https://github.com/omsmith/ims-lti.git"
},
"bugs": {
"url": "http://github.com/omsmith/ims-lti/issues"
},
"main": "./lib/ims-lti",
"scripts": {
"prepublish": "make build"
},
"devDependencies": {
"redis": "0.8.3",
"should": "1.2.2",
"coffee-script": "~1.6.2",
"coffee-coverage": "~0.4.2",
"mocha": "~1.15.1",
"mocha-lcov-reporter": "0.0.1",
"mocha-multi": "~0.4.0",
"coveralls": "~2.10.0"
}
}