UNPKG

2.1 kBJSONView Raw
1{
2 "name": "ng-describe",
3 "description": "Convenient BDD specs for Angular",
4 "version": "0.14.1",
5 "author": "Gleb Bahmutov <gleb.bahmutov@gmail.com>",
6 "bugs": {
7 "url": "https://github.com/kensho/ng-describe/issues"
8 },
9 "contributors": [
10 "Gleb Bahmutov bahmutov",
11 "Martin Camacho mcamac"
12 ],
13 "dependencies": {
14 "check-more-types": "1.8.1",
15 "check-types": "1.4.0",
16 "lazy-ass": "0.5.8"
17 },
18 "devDependencies": {
19 "angular": "1.4.1",
20 "angular-mocks": "1.4.1",
21 "coveralls": "2.11.2",
22 "dont-break": "0.3.3",
23 "es5-shim": "4.1.7",
24 "grunt": "0.4.5",
25 "grunt-cli": "0.1.13",
26 "grunt-contrib-jshint": "0.11.2",
27 "grunt-contrib-watch": "0.6.1",
28 "grunt-deps-ok": "0.8.0",
29 "grunt-jsonlint": "1.0.4",
30 "grunt-karma": "0.11.0",
31 "grunt-nice-package": "0.9.2",
32 "grunt-npm2bower-sync": "0.9.1",
33 "grunt-readme": "0.4.5",
34 "grunt-toc": "0.1.0",
35 "karma": "0.12.28",
36 "karma-chrome-launcher": "0.1.12",
37 "karma-coverage": "0.4.2",
38 "karma-mocha": "0.1.10",
39 "karma-nested-reporter": "0.1.3",
40 "karma-phantomjs-launcher": "0.2.0",
41 "lazy-ass-helpful": "0.6.1",
42 "matchdep": "0.3.0",
43 "mocha": "2.2.5",
44 "pre-git": "0.6.0"
45 },
46 "engines": {
47 "node": "0.10.*"
48 },
49 "homepage": "https://github.com/kensho/ng-describe",
50 "keywords": [
51 "angular",
52 "angularjs",
53 "testing",
54 "unit",
55 "bdd",
56 "describe"
57 ],
58 "license": "MIT",
59 "main": "ng-describe.js",
60 "pre-commit": [
61 "npm test",
62 "npm version"
63 ],
64 "repository": {
65 "type": "git",
66 "url": "git@github.com:kensho/ng-describe.git"
67 },
68 "scripts": {
69 "build": "grunt",
70 "test": "npm run build && npm run test-ng-1.2 && npm run test-ng-1.3 && npm run test-ng-1.4",
71 "test-ng-1.2": "cd test/angular-1.2; npm install; npm test",
72 "test-ng-1.3": "cd test/angular-1.3; npm install; npm test",
73 "test-ng-1.4": "cd test/angular-1.4; npm install; npm test",
74 "coveralls": "cat test/coverage/P*/lcov.info | ./node_modules/coveralls/bin/coveralls.js",
75 "test-dependents": "dont-break"
76 }
77}