-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
45 lines (45 loc) · 1.06 KB
/
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
37
38
39
40
41
42
43
44
45
{
"name": "mozu-javascript-sdk",
"title": "Mozu JavaScript SDK",
"author": "Volusion, Inc.",
"contributors": [
{
"name": "James Zetlen",
"email": "[email protected]"
}
],
"version": "0.3.0",
"scripts": {
"make": "grunt",
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "https://github.com/Mozu/mozu-javascript-sdk.git"
},
"dependencies": {
"microevent": "~1",
"uritemplate": "*",
"when": "~2.7.1",
"xmlhttprequest": "~1.6.0"
},
"devDependencies": {
"browserify": "~3.20.0",
"chai": "~1.7.2",
"chai-as-promised": "~3.3.1",
"grunt": "~0.4.0",
"grunt-browserify": "~1.3.0",
"grunt-contrib-clean": "~0.4.0",
"grunt-contrib-concat": "~0.1.2",
"grunt-contrib-connect": "~0.5.0",
"grunt-contrib-uglify": "~0.9.1",
"grunt-jsdoc": "~0.5.1",
"grunt-mocha": "~0.4.1",
"mocha-as-promised": "~1.4.0",
"sinon": "~1.7.3",
"sinon-chai": "~2.4.0",
"swig": "^1.4.2",
"through": "~2.3.4"
},
"main": "./dist/mozu-javascript-sdk.min"
}