-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
64 lines (64 loc) · 1.27 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
54
55
56
57
58
59
60
61
62
63
64
{
"name": "grunt-urequire",
"version": "0.7.3",
"description": "A Grunt wrapper around uRequire <https://github.com/anodynos/uRequire>",
"main": "tasks/grunt-urequire.coffee",
"repository": {
"type": "git",
"url": "https://github.com/aearly/grunt-urequire"
},
"keywords": [
"gruntplugin",
"grunt",
"urequire",
"modules",
"module",
"modular",
"format",
"convert",
"converter",
"conversion",
"commonjs",
"AMD",
"UMD",
"UMDjs",
"requirejs",
"require",
"define",
"umdify",
"nodefy",
"browserify",
"dependency",
"dependencies",
"bundle",
"package"
],
"author": "Alexander Early <[email protected]>",
"contributors": [
{
"name": "Agelos Pikoulas",
"email": "[email protected]"
}
],
"license": "BSD",
"engines": {
"node": ">=0.10 <=5"
},
"peerDependencies": {
"urequire": "^0.7.0-beta.25",
"urequire-ab-grunt-contrib-watch": "^0.0.x"
},
"devDependencies": {
"grunt": "^0.4.5",
"mocha": "2.4.x",
"underscore": "*",
"expect.js": "~0.2.0",
"grunt-simple-mocha": "~0.4.0"
},
"dependencies": {
"lodash": "3.x",
"semver": "^4.1.0",
"underscore.string": "^2.3.3",
"upath": "^0.1.7"
}
}