-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·37 lines (37 loc) · 872 Bytes
/
package.json
File metadata and controls
executable file
·37 lines (37 loc) · 872 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
34
35
36
37
{
"name": "requirejs-metagen",
"version": "1.2.13",
"description": "require entire directories with RequireJS & generate one RequireJS module that represents the folder",
"main": "index.js",
"scripts": {
"test": "test"
},
"repository": {
"type": "git",
"url": "https://github.com/ORESoftware/requirejs-metagen.git"
},
"keywords": [
"metadata",
"generation",
"requirejs",
"require.js",
"gulp",
"metaprogramming"
],
"author": "oresoftware",
"license": "ISC",
"bugs": {
"url": "https://github.com/ORESoftware/requirejs-metagen/issues"
},
"homepage": "https://github.com/ORESoftware/requirejs-metagen",
"dependencies": {
"async": "^1.4.2",
"fs-extra": "^0.23.1",
"gulp": "^3.9.0",
"lodash": "^4.6.1",
"replacestream": "^4.0.0"
},
"devDependencies": {
"suman": "^1.1.31"
}
}