-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
52 lines (52 loc) · 1.27 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
{
"name": "uaop",
"version": "0.0.1-alpha.2",
"description": "unknown aop",
"main": "dist/bundle.js",
"directories": {
"doc": "doc"
},
"scripts": {
"test": "COVERAGE=1 karma start --single-run",
"start": "karma start",
"build": "node scripts/build.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ecomfe/aop.git"
},
"keywords": [
"aop"
],
"author": {
"name": "Exodia",
"email": "d_xinxin@163.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/ecomfe/aop/issues"
},
"homepage": "https://github.com/ecomfe/aop#readme",
"devDependencies": {
"babel-plugin-transform-es2015-modules-umd": "^6.6.5",
"babel-polyfill": "^6.7.2",
"babel-preset-es2015": "^6.6.0",
"babel-preset-stage-0": "^6.5.0",
"karma": "^0.13.22",
"karma-babel-preprocessor": "^6.0.1",
"karma-chrome-launcher": "^1.0.1",
"karma-coverage": "^0.2.4",
"karma-ie-launcher": "^0.1.5",
"karma-jasmine": "^0.2.2",
"karma-phantomjs-launcher": "^0.1.4",
"karma-requirejs": "^0.2.6",
"karma-sourcemap-loader": "^0.3.7",
"optimist": "^0.6.1",
"phantomjs-prebuilt": "^2.1.7",
"requirejs": "^2.2.0",
"systemjs-builder": "^0.15.14"
},
"edp": {
"main": "main"
}
}