-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.17 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
46
47
48
49
50
{
"name": "upt-registry-client",
"version": "0.2.2",
"description": "Provides easy interaction with the Bower registry.",
"author": {
"name": "Twitter"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/hyperweb2/upt-registry-client/blob/master/LICENSE"
}
],
"repository": {
"type": "git",
"url": "git://github.com/hyperweb2/upt-registry-client.git"
},
"main": "Client",
"engines": {
"node": ">=0.8.0"
},
"dependencies": {
"async": "~0.2.8",
"upt-config": "~0.5.0",
"graceful-fs": "~2.0.0",
"lru-cache": "~2.3.0",
"request": "~2.27.0",
"request-replay": "~0.2.0",
"rimraf": "~2.2.0",
"mkdirp": "~0.3.5"
},
"devDependencies": {
"expect.js": "~0.2.0",
"grunt": "~0.4.1",
"grunt-contrib-watch": "~0.5.0",
"grunt-contrib-jshint": "~0.6.0",
"grunt-simple-mocha": "~0.4.0",
"mocha": "~1.12.0",
"nock": "~0.22.0"
},
"scripts": {
"test": "grunt test"
},
"bugs": {
"url": "https://github.com/hyperweb2/upt-registry-client/issues"
},
"homepage": "https://github.com/hyperweb2/upt-registry-client",
"directories": {},
"readmeFilename": "README.md"
}