-
Notifications
You must be signed in to change notification settings - Fork 45
/
package.json
48 lines (48 loc) · 1.11 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
{
"name": "Q.js",
"version": "1.0.12",
"description": "fake-MVVM library",
"main": "dist/Q.js",
"scripts": {
"test": "gulp test"
},
"author": "",
"license": "MIT",
"devDependencies": {
"gulp": "^3.8.10",
"gulp-uglify": "^1.1.0",
"gulp-webpack": "^1.1.2",
"jquery": "^1.9.1",
"karma": "^0.12.35",
"karma-browserify": "^4.2.1",
"karma-chrome-launcher": "^0.1.12",
"karma-firefox-launcher": "^0.1.6",
"karma-mocha": "^0.1.10",
"karma-mocha-reporter": "^1.0.2",
"karma-phantomjs-launcher": "^0.2.0",
"karma-safari-launcher": "^0.1.1",
"map-stream": "0.0.5",
"maxmin": "^1.0.0",
"mocha": "^2.2.5",
"phantomjs": "^1.9.17",
"should": "^4.4.2",
"webpack": "^1.9.5"
},
"lego": {
"main": "dist/Q.js",
"category": "1",
"categoryName": "基础库",
"dependencies": {
"jquery": "^1.9.1"
},
"devDependencies": {
"gulp": "^3.8.10",
"gulp-uglify": "^1.1.0",
"gulp-webpack": "^1.1.2",
"map-stream": "0.0.5",
"maxmin": "^1.0.0",
"should": "^4.4.2",
"webpack": "^1.9.5"
}
}
}