forked from welldone-software/gulp-durandal
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
66 lines (66 loc) · 1.45 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
65
66
{
"name": "gulp-durandal",
"description": "A gulp plugin for building durandaljs projects.",
"version": "1.0.0",
"homepage": "https://github.com/welldone-software/gulp-durandal",
"author": {
"name": "Welldone Software Solutions Ltd.",
"email": "[email protected]",
"url": "http://welldone-software.com"
},
"repository": {
"type": "git",
"url": "[email protected]:welldone-software/gulp-durandal.git"
},
"bugs": {
"url": "https://github.com/welldone-software/gulp-durandal/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/welldone-software/gulp-durandal/blob/master/LICENSE"
}
],
"engines": {
"node": ">= 0.8.0"
},
"main": "index.js",
"license": "MIT",
"devDependencies": {
"gulp": "^3.5.5",
"gulp-nodeunit": "0.0.3",
"gulp-jshint": "^1.5.0",
"gulp-clean": "^0.2.4",
"gulp-load-plugins": "^0.3.0",
"gulp-print": "^1.0.3",
"gulp-livereload": "^1.2.0",
"gulp-html-replace": "^0.2.0",
"gulp-rename": "^1.2.0"
},
"dependencies": {
"lodash": "^2.4.1",
"requirejs": "^2.1.11",
"glob": "^3.2.9",
"event-stream": "^3.1.0",
"gulp-util": "^2.2.14",
"gulp-load-plugins": "^0.3.0"
},
"files": [
"res",
"LICENSE",
"index.js"
],
"keywords": [
"gulpplugin",
"gulp",
"durandal",
"knockout",
"build",
"builder",
"generate",
"jquery",
"require",
"requirejs",
"almond"
]
}