-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
42 lines (42 loc) · 978 Bytes
/
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
{
"name": "angular-xslt",
"version": "0.2.1",
"description": "Angular filter that transforms XML using provided XSLT",
"main": "./dist/ng-xslt.js",
"scripts": {
"prepublish": "gulp test && gulp build",
"test": "gulp test"
},
"repository": {
"type": "git",
"url": "https://github.com/v12/angular-xslt.git"
},
"keywords": [
"xslt",
"xsl",
"xml"
],
"author": {
"name": "v12",
"email": "dr.evil@krtn.eu"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/v12/angular-xslt/issues"
},
"homepage": "https://github.com/v12/angular-xslt",
"devDependencies": {
"angular": "^1.4.1",
"angular-mocks": "^1.4.1",
"chai": "^3.0.0",
"del": "^2.0.2",
"gulp": "^3.9.0",
"gulp-uglify": "^1.2.0",
"karma": "^0.13.15",
"karma-chrome-launcher": "^0.2.1",
"karma-firefox-launcher": "^0.1.6",
"karma-ie-launcher": "^0.2.0",
"karma-mocha": "^0.2.1",
"mocha": "^2.3.3"
}
}