-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.18 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
{
"name": "mundle",
"version": "0.6.3",
"description": "A client-side module loader with server-side bundler and cacher",
"keywords": [
"module loader",
"require",
"bundler",
"exports",
"modules",
"javascript file server"
],
"author": "Saleem Abdul Hamid <meelash@gmail.com>",
"license" : "MIT",
"repositories": [
{
"type": "git",
"url": "http://github.com/meelash/Mundlejs"
}
],
"main": "./lib/server.js",
"bin": "./bin/mundle-cli.js",
"directories": {
"lib": "./lib",
"bin": "./bin"
},
"dependencies": {
"find-requires": "0.1.x",
"bower": "0.9.x",
"semver": "~1.1.0",
"nopt": "~2.0.0",
"update-notifier": "~0.1.3"
},
"bugs": {
"mail": "meelash@gmail.com",
"url": "https://github.com/meelash/Mundlejs/issues"
},
"devDependencies": {
"nodeunit": "0.8.x",
"coffee-script": "1.6.x",
"mundle-coffee-script": "0.0.0",
"mundle-jade": "0.0.0",
"phantom": "0.4.x",
"mocks": "0.0.x",
"connect": "2.7.x",
"superagent": "0.14.x",
"execSync": "0.0.x"
},
"scripts": {
"test": "./node_modules/.bin/cake test",
"install": "./node_modules/.bin/cake build"
}
}