-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
70 lines (70 loc) · 1.77 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"name": "eoo",
"version": "0.2.0-beta.1",
"description": "A powerful Javascript Class Factory (Object oriented)",
"main": "src/main.js",
"maintainers": {
"name": "Exodia",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "git://github.com/ecomfe/oo.git"
},
"scripts": {
"start": "cd test && karma start --debug",
"test": "cd test && karma start --singleRun"
},
"contributors": [
{
"name": "xiaoxin0818",
"url": "https://github.com/xiaoxin0818"
},
{
"name": "yanghuabei",
"url": "https://github.com/yanghuabei"
}
],
"keywords": [
"class",
"Class",
"Constructor",
"prototype",
"inheritance",
"class",
"inheritance"
],
"author": {
"name": "Exodia",
"email": "[email protected]"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/ecomfe/oo/issues"
},
"files": [
"src",
"README.md"
],
"homepage": "https://github.com/ecomfe/oo",
"devDependencies": {
"jasmine-core": "^2.3.4",
"karma": "^0.12.23",
"karma-chrome-launcher": "^0.1.4",
"karma-coverage": "^0.2.4",
"karma-ie-launcher": "^0.1.5",
"karma-jasmine": "^0.3.6",
"karma-phantomjs-launcher": "^0.1.4",
"karma-requirejs": "^1.0.0",
"requirejs": "^2.2.0"
},
"edp": {
"wwwroot": "/",
"depDir": "dep",
"srcDir": "src",
"main": "main",
"loaderAutoConfig": "js,htm,html,tpl,vm,phtml",
"loaderUrl": "http://s1.bdstatic.com/r/www/cache/ecom/esl/1-8-2/esl.js",
"dependencies": {}
}
}