forked from karma-runner/karma-ng-html2js-preprocessor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 774 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
{
"name": "testacular-ng-html2js-preprocessor",
"version": "0.0.1",
"description": "A Testacular plugin. Compile AngularJS templates to JavaScript on the fly.",
"main": "lib/index.js",
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "git://github.com/testacular/testacular-ng-html2js-preprocessor.git"
},
"keywords": [
"testacular-plugin",
"preprocessor",
"angularjs",
"angular"
],
"author": "Vojta Jina <[email protected]>",
"dependencies": {},
"devDependencies": {
"grunt": "~0.4.0rc5",
"grunt-simple-mocha": "~0.3.2",
"grunt-contrib-jshint": "~0.1.1rc5",
"chai": "~1.4",
"mocha": "~1.8"
},
"peerDependencies": {
"testacular": "~0.5"
},
"license": "MIT"
}