forked from wechatpivot/wechatpivot
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.19 KB
/
Copy pathpackage.json
File metadata and controls
54 lines (54 loc) · 1.19 KB
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
51
52
53
54
{
"name": "weixin-api-debug",
"version": "0.1.0",
"description": "weixin-api-debug",
"main": "index.js",
"scripts": {
"jscs": "jscs ./src/*.js ./src/**/*.js --color",
"jshint": "jshint ./src/*.js ./src/**/*.js"
},
"repository": {
"type": "git",
"url": "https://github.com/hbrls/weixin-api-debug.git"
},
"keywords": [
"weixin",
"api",
"debug"
],
"author": "shuaizhexu@gmail.com",
"license": "MIT",
"bugs": {
"url": "https://github.com/hbrls/weixin-api-debug/issues"
},
"homepage": "https://github.com/hbrls/weixin-api-debug",
"browserify-shim": {
"angular": "global:angular"
},
"browserify": {
"transform": [
"brfs",
"browserify-shim"
]
},
"devDependencies": {
"brfs": "^1.4.0",
"browserify": "^8.0.3",
"browserify-shim": "^3.8.2",
"exorcist": "^0.1.6",
"gulp": "^3.9.0",
"gulp-shell": "^0.4.0",
"jscs": "^1.12.0",
"jshint": "^2.6.3",
"vinyl-source-stream": "^1.0.0"
},
"dependencies": {
"angular": "^1.3.14",
"angular-route": "^1.3.14",
"bootstrap": "^3.3.2",
"highlight.js": "^8.4.0",
"lodash": "^3.6.0",
"superagent": "^0.21.0",
"uuid": "^2.0.1"
}
}