-
Notifications
You must be signed in to change notification settings - Fork 17
/
package.json
49 lines (49 loc) · 1.07 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
{
"name": "lithe",
"version": "0.3.6",
"author": [{
"name": "xiaojue",
"email": "[email protected]",
"url": "http://tuer.me/user/profile/designsor"
},{
"name":"Esoul",
"email":"[email protected]",
"url":"https://github.com/Esoul"
}],
"description": "a javascript common loader",
"keywords": [
"javascript loader",
"commonjs loader"
],
"main": "./lithe.js",
"bin": {
"lithe": "bin/lithe"
},
"dependencies": {
"uglify-js": "2.7.3",
"optimist": "0.6.0",
"commander": "*"
},
"devDependencies": {
"chai": "^1.10.0",
"grunt": "~0.4.0",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-copy": "~0.4.1",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-uglify": "~0.2.7",
"grunt-includes": "0.4.0",
"grunt-mocha": "^0.4.11",
"mocha": "^2.1.0"
},
"repository": {
"type": "git",
"url": "https://github.com/litheModule/lithe.git"
},
"scripts": {
"test": "grunt"
},
"license": "BSD",
"readmeFilename": "README.md",
"_id": "[email protected]",
"_from": "lithe"
}