-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 763 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 763 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
{
"name": "leaf-require",
"version": "0.1.5",
"description": "A experimental lib allow you use nodejs style sync require in browser without precompile ... written in coffee.",
"main": "bestPractice.js",
"directories": {
"example": "example",
"test": "test"
},
"dependencies": {
"grunt-contrib-watch": "^0.5.3",
"grunt": "^0.4.2",
"grunt-contrib-connect": "^0.7.1"
},
"devDependencies": {
"mocha": "^1.21.4"
},
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/NStal/leaf-require.git"
},
"author": "NStal",
"license": "ISC",
"bugs": {
"url": "https://github.com/NStal/leaf-require/issues"
},
"homepage": "https://github.com/NStal/leaf-require"
}