forked from adlnet/xAPIWrapper
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·34 lines (34 loc) · 928 Bytes
/
package.json
File metadata and controls
executable file
·34 lines (34 loc) · 928 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": "xAPIWrapper",
"description": "An easier way to build, send, and retrieve xAPI statements",
"version": "1.11.1",
"repository": {
"type": "git",
"url": "https://github.com/adlnet/xAPIWrapper.git"
},
"main": "./src/",
"scripts": {
"coverage": "node_modules/.bin/istanbul cover node_modules/.bin/_mocha -- -R spec test/tests/*",
"build-watch": "node_modules/.bin/grunt watch",
"build": "node_modules/.bin/grunt build"
},
"devDependencies": {
"blanket": "^1.2.3",
"doxstrap": "~0.0.5",
"grunt": "~0.4.2",
"grunt-bump": "0.0.16",
"grunt-contrib-uglify": "~0.2.2",
"grunt-contrib-watch": "^1.0.0",
"grunt-exec": "~0.4.6",
"grunt-webpack": "^1.0.14",
"istanbul": "^0.4.5",
"jquery": "^3.1.0",
"webpack": "^1.13.2",
"mocha": "^3.0.2",
"should": "^11.1.0"
},
"dependencies": {
"crypto-js": "^3.1.6",
"merge": "^1.2.0"
}
}