forked from nchinan/confine
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 889 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
{
"name": "confine",
"version": "0.1.7",
"description": "Solves the problem of using multiple versions of javascript libraries and creating isolated namespaces.",
"dependencies": {
"mocha-lcov-reporter": "0.0.1"
},
"devDependencies": {
"coveralls": "^2.11.2",
"grunt": "~0.4.0",
"grunt-contrib-concat": "^0.5.0",
"grunt-contrib-jshint": "^0.10.0",
"grunt-coveralls": "^1.0.0",
"grunt-mocha": "~0.4.0"
},
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "https://github.com/PMSI-AlignAlytics/confine.git"
},
"author": "Neville Chinan",
"contributors": [{
"name": "Robert Stettner",
"email": "[email protected]"
}],
"license": "ISC",
"bugs": {
"url": "https://github.com/PMSI-AlignAlytics/confine/issues"
},
"homepage": "https://github.com/PMSI-AlignAlytics/confine"
}