-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 1017 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 1017 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": "async-js",
"version": "0.7.7",
"description": "Slightly Deferent JavaScript loader and dependency manager",
"keyword": ["javascript-loader", "async", "queue", "browser"],
"main": "lib/asyncjs.js",
"scripts": {
"test": "./node_modules/.bin/mocha-phantomjs test/index.html",
"build": "./node_modules/.bin/uglifyjs lib/asyncjs.js -o dist/asyncjs.min.js -c -m"
},
"homepage": "https://github.com/th507/asyncjs",
"author": {
"name": "Jingwei Liu",
"email": "liujingwei@gmail.com"
},
"repository": {
"type": "git",
"url": "git://github.com/th507/asyncjs.git"
},
"bugs": {
"url" : "http://github.com/th507/asyncjs/issues",
"email" : "liujingwei@gmail.com"
},
"license": "MIT",
"browserDependencies": {},
"devDependencies": {
"sinon": "~1.7.3",
"mocha-phantomjs": "~3.1.5",
"chai": "~1.8.0",
"mocha": "~1.13.0",
"uglify-js": "~2.4.0"
}
}