-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.templ.json
62 lines (61 loc) · 1.49 KB
/
package.templ.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
{
"name": "xslt",
"repository": "murrayju/xslt",
"license": "MIT",
"keywords": [
"js",
"xslt",
"xml"
],
"homepage": "https://github.com/murrayju/xslt",
"main": "dist/xslt.min.js",
"bugs": {
"url": "https://github.com/murrayju/xslt/issues"
},
"dependencies": {},
"devDependencies": {
"coffee-script": "jashkenas/coffeescript#1.12.7",
"coffeelint": "*",
"cs": "requirejs/require-cs",
"grunt": "*",
"grunt-banner": "*",
"grunt-bower-task": "*",
"grunt-cli": "*",
"grunt-coffeelint": "*",
"grunt-contrib-clean": "*",
"grunt-contrib-coffee": "*",
"grunt-contrib-compress": "*",
"grunt-contrib-uglify": "*",
"grunt-karma": "*",
"grunt-karma-coveralls": "*",
"ibrik": "*",
"jasmine-core": "*",
"jquery": "^3.2.1",
"karma": "*",
"karma-browserstack-launcher": "*",
"karma-chrome-launcher": "*",
"karma-coverage": "*",
"karma-firefox-launcher": "*",
"karma-ie-launcher": "*",
"karma-jasmine": "*",
"karma-junit-reporter": "*",
"karma-requirejs": "*",
"karma-safari-launcher": "*",
"karma-sauce-launcher": "*",
"load-grunt-tasks": "*",
"lodash": "*",
"prettydiff": "prettydiff/prettydiff#e7037917a895492de52424407cfd3ef9b3a9472b",
"requirejs": "2",
"text": "requirejs/text",
"time-grunt": "*"
},
"scripts": {
"pretest": "grunt build",
"test": "grunt test",
"grunt": "grunt",
"bower": "bower"
},
"engines": {
"node": ">=0.10.33"
}
}