-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 746 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 746 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
{
"name": "iweibo",
"description": "新浪微博 node sdk 客户端",
"author": "Theowang",
"email": "ksky521@gmail.com",
"version": "1.1.4",
"main": "index",
"engines": {
"node": ">= 0.8.0"
},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-jshint": "~0.2.0",
"grunt-contrib-uglify": "~0.1.2",
"grunt-contrib-concat": "~0.1.3",
"grunt-contrib-compass": "~0.1.3",
"grunt-contrib-compress": "~0.5.0"
},
"keywords": [
"weibo",
"sina weibo",
"weibo sdk"
],
"repository": {
"type": "git",
"url": "git://github.com/ksky521/weibo.git"
},
"readmeFilename": "README.md",
"_id": "iweibo@1.1.3",
"_from": "iweibo@"
}