-
Notifications
You must be signed in to change notification settings - Fork 15
/
package.json
48 lines (48 loc) · 1.1 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
{
"name": "can-compile",
"description": "Compile CanJS Mustache and EJS views for lightning fast production apps",
"version": "0.11.0",
"homepage": "http://canjs.github.io/can-compile",
"license": "MIT",
"author": {
"name": "David Luecke",
"email": "[email protected]",
"web": "http://daffl.github.io"
},
"main": "lib/index.js",
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "[email protected]:canjs/can-compile.git"
},
"bin": {
"can-compile": "./bin/can-compile"
},
"keywords": [
"gruntplugin",
"canjs"
],
"devDependencies": {
"expect.js": ">= 0.1.2",
"mocha": "3.3.0",
"grunt": "~1.0.1",
"grunt-cli": "~1.2.0",
"grunt-contrib-jshint": ">= 0.1.1",
"grunt-release": "~0.14.0",
"grunt-simple-mocha": "~0.4.0",
"gulp": "^3.9.0",
"stream-assert": "^2.0.3"
},
"dependencies": {
"async": "2.4.0",
"can-simple-window": "^0.1.0",
"commander": "2.9.0",
"glob": "~7.1.1",
"gulp-util": "^3.0.7",
"handlebars": "~4.0.8",
"semver": "~5.3.0",
"through2": "^2.0.0"
}
}