-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 911 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 911 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
32
33
{
"name": "amyjs",
"version": "0.0.9",
"authors": "arvinorz <340606700@qq.com>",
"license": "MIT",
"scripts": {
"test": "karma start karma.conf.js --single-run --browsers Firefox"
},
"devDependencies": {
"del": "^2.2.2",
"glob": "^7.0.4",
"gulp": "^3.9.0",
"gulp-sync": "^0.1.4",
"jasmine-core": "^2.5.2",
"karma": "^0.13.22",
"karma-chrome-launcher": "^0.2.0",
"karma-coverage": "^0.5.3",
"karma-firefox-launcher": "^0.1.7",
"karma-ie-launcher": "^0.2.0",
"karma-jasmine": "^0.3.6",
"rollup-plugin-commonjs": "^7.0.0",
"rollup-plugin-node-resolve": "^2.0.0",
"typescript": "^2.3.0-dev.20170224",
"wonder-commonlib": "^0.1.9",
"wonder-package": "^0.1.25",
"wonder-rollup-plugin-typescript": "^0.1.1",
"wonder-tool-generate_es2015_index": "^0.1.2"
},
"dependencies": {
"rsvp": "^3.5.0",
"rxjs": "^5.4.1"
}
}