-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathpackage.json
45 lines (45 loc) · 972 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
37
38
39
40
41
42
43
44
45
{
"name": "jspm-git",
"version": "0.6.1",
"description": "A generic jspm registry for Git Repositories",
"main": "git.js",
"scripts": {
"test": "gulp test",
"jshint": "jshint git.js"
},
"repository": {
"type": "git",
"url": "git://github.com/Orbs/jspm-git.git"
},
"author": "Tauren Mills",
"bugs": {
"url": "https://github.com/Orbs/jspm-git/issues"
},
"keywords": [
"jspm",
"git",
"endpoint"
],
"license": "MIT",
"homepage": "https://github.com/Orbs/jspm-git",
"dependencies": {
"mkdirp": "^0.5.1",
"ncp": "^2.0",
"rimraf": "^2.5.2",
"rsvp": "^3.2.1",
"semver": "^5.1.0",
"temp": "^0.8.3",
"url-join": "^1.1.0",
"valid-url": "^1.0.9",
"which": "^1.2.10"
},
"devDependencies": {
"chai": "^3.5.0",
"gulp": "^3.9.1",
"gulp-istanbul": "^1.0.0",
"gulp-jshint": "^2.0.1",
"gulp-mocha": "^2.2.0",
"gulp-rimraf": "^0.2.0",
"jshint": "^2.9.2"
}
}