-
Notifications
You must be signed in to change notification settings - Fork 46
/
Copy pathpackage.json
57 lines (57 loc) · 1.62 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
{
"name": "alien",
"version": "1.7.1",
"private": true,
"description": "一个为现代浏览器而生的脚本库集合,遵守AMDJS规范。",
"scripts": {
"docs": "rm -rf ./docs && node ./node_modules/jsdoc/jsdoc.js ./src/ -r -t ./templates/bs3/ -d ./docs/",
"docsw": "RD /S /Q .\\docs && node ./node_modules/jsdoc/jsdoc.js ./src/ -r -t ./templates/bs3/ -d ./docs/",
"test": "node node_modules/.bin/gulp default",
"publish": "cp readme.md ./src & cp -r ./src ./release/alien && cd ./release/alien && zip -r ../alien.zip . && cd .. && rm -rf alien && alioss upload && rm -rf alien.zip",
"live": "browser-sync start --config bs-config.js"
},
"preferGlobal": false,
"bin": {},
"main": "index.js",
"keywords": [
"cloudcome",
"javascript",
"library",
"modern",
"html5",
"css3",
"alien",
"coolie",
"alienjs"
],
"author": {
"name": "cloudcome",
"email": "[email protected]",
"url": "http://ydr.me"
},
"homepage": "http://cloudcome.github.io/alien/",
"repository": {
"type": "git",
"url": "https://github.com/cloudcome/alien"
},
"bugs": {
"url": "https://github.com/cloudcome/alien/issues"
},
"licenses": "MIT",
"dependencies": {},
"devDependencies": {
"fs-extra": "^0.26.4",
"glob": "^6.0.4",
"gulp": "^3.8.11",
"gulp-karma": "0.0.4",
"jsdoc": "^3.3.2",
"karma": "^0.12.31",
"karma-coverage": "^0.3.1",
"karma-coveralls": "^0.1.5",
"karma-jasmine": "^0.3.5",
"karma-mocha-reporter": "^1.0.2",
"karma-phantomjs-launcher": "^0.1.4",
"seatransform": "^0.2.1",
"ydr-utils": "^41.2.8"
}
}