-
Notifications
You must be signed in to change notification settings - Fork 28
/
package.json
51 lines (51 loc) · 1.36 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
{
"name": "coolie.js",
"version": "2.4.1",
"description": "苦力 —— 前端模块加载,支持 CommonJS、CMD、AMD 规范。",
"scripts": {
"min": "node ./node_modules/uglify-js/bin/uglifyjs ./coolie.js -cm --comments some -o ./coolie.min.js",
"test": "node ./node_modules/.bin/karma start karma.conf.js --single-run",
"live": "browser-sync start --config bs-config.js",
"prepublish": "npm test && npm run min"
},
"preferGlobal": false,
"bin": {},
"main": "coolie.js",
"keywords": [
"module loader",
"ydr.me",
"cloudcome",
"AMD",
"CMD",
"module",
"coolie",
"require.js",
"nodejs",
"commonJS",
"seajs"
],
"author": "yundanran<cloudcome@163.com> https://ydr.me",
"homepage": "https://github.com/cooliejs/coolie.js",
"repository": {
"type": "git",
"url": "https://github.com/cooliejs/coolie.js"
},
"bugs": {
"url": "https://github.com/cooliejs/coolie.js/issues"
},
"license": "MIT",
"devDependencies": {
"blear.utils.number": "^1.0.2",
"blear.utils.random": "^1.0.2",
"blear.utils.string": "^1.0.7",
"jasmine-core": "^2.4.1",
"karma": "^0.13.22",
"karma-chrome-launcher": "^1.0.1",
"karma-coverage": "^0.5.5",
"karma-coveralls": "^1.1.2",
"karma-jasmine": "^0.3.8",
"uglify-js": "^2.4.15"
},
"dependencies": {},
"peerDependencies": {}
}