forked from wmluke/angular-blocks
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (58 loc) · 1.83 KB
/
package.json
File metadata and controls
59 lines (58 loc) · 1.83 KB
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
{
"name": "angular-blocks",
"description": "Template inheritance for Angular JS",
"version": "0.1.8",
"private": false,
"homepage": "https://github.com/wmluke/angular-blocks",
"author": {
"name": "William L. Bunselmeyer",
"email": "wmlukeb@gmail.com"
},
"repository": {
"type": "git",
"url": "git://github.com/wmluke/angular-blocks.git"
},
"bugs": {
"url": "https://github.com/wmluke/angular-blocks/issues"
},
"engines": {
"node": ">= 0.8.0",
"npm": "1.1.x"
},
"scripts": {
"test": "grunt test-phantom",
"start": "node app",
"coveralls": "cat ./reports/coverage/*/lcov.info | ./node_modules/coveralls/bin/coveralls.js"
},
"devDependencies": {
"grunt": "~0.4.1",
"chai": "~1.5.0",
"istanbul": "~0.1.34",
"sinon-chai": "~2.3.1",
"sinon": "~1.6.0",
"matchdep": "~0.1.2",
"jshint": "~1.1.0",
"grunt-contrib-jshint": "~0.1.1",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-uglify": "~0.2.0",
"grunt-bumpup": "~0.2.0",
"grunt-regarde": "~0.1.1",
"grunt-exec": "~0.4.0",
"grunt-build-lifecycle": "~0.1.1",
"grunt-karma": "~0.6.2",
"karma": "~0.10.9",
"karma-ng-scenario": "~0.1.0",
"karma-script-launcher": "~0.1.0",
"karma-firefox-launcher": "~0.1.3",
"karma-chrome-launcher": "~0.1.2",
"karma-html2js-preprocessor": "~0.1.0",
"karma-jasmine": "~0.1.5",
"karma-requirejs": "~0.2.1",
"karma-coffee-preprocessor": "~0.1.2",
"karma-phantomjs-launcher": "~0.1.1",
"karma-ng-html2js-preprocessor": "~0.1.0",
"karma-junit-reporter": "~0.2.1",
"karma-coverage": "~0.1.4",
"coveralls": "~2.8.0"
}
}