UNPKG

2.51 kBJSONView Raw
1{
2 "name": "ng-describe",
3 "description": "Convenient BDD specs for Angular",
4 "version": "1.2.4",
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.9.1",
15 "check-types": "1.4.0",
16 "lazy-ass": "0.6.0"
17 },
18 "devDependencies": {
19 "angular": "1.4.1",
20 "angular-mocks": "1.4.1",
21 "benv": "1.1.0",
22 "coveralls": "2.11.2",
23 "dont-break": "0.3.3",
24 "es5-shim": "4.1.7",
25 "grunt": "0.4.5",
26 "grunt-cli": "0.1.13",
27 "grunt-contrib-concat": "0.5.1",
28 "grunt-contrib-jshint": "0.11.2",
29 "grunt-contrib-watch": "0.6.1",
30 "grunt-deps-ok": "0.8.0",
31 "grunt-jsonlint": "1.0.4",
32 "grunt-karma": "0.11.0",
33 "grunt-nice-package": "0.9.2",
34 "grunt-npm2bower-sync": "0.9.1",
35 "grunt-readme": "0.4.5",
36 "grunt-toc": "0.1.0",
37 "jscs": "2.1.0",
38 "karma": "0.12.28",
39 "karma-chrome-launcher": "0.1.12",
40 "karma-coverage": "0.4.2",
41 "karma-mocha": "0.1.10",
42 "karma-nested-reporter": "0.1.3",
43 "karma-phantomjs-launcher": "0.2.0",
44 "lazy-ass-helpful": "0.6.1",
45 "matchdep": "0.3.0",
46 "mocha": "2.2.5",
47 "pre-git": "0.6.0"
48 },
49 "engines": {
50 "node": "0.10.*"
51 },
52 "homepage": "https://github.com/kensho/ng-describe",
53 "keywords": [
54 "angular",
55 "angularjs",
56 "testing",
57 "unit",
58 "bdd",
59 "describe"
60 ],
61 "license": "MIT",
62 "main": "src/ng-describe.js",
63 "pre-commit": [
64 "npm test",
65 "npm run style",
66 "npm version"
67 ],
68 "repository": {
69 "type": "git",
70 "url": "git@github.com:kensho/ng-describe.git"
71 },
72 "scripts": {
73 "build": "grunt",
74 "watch": "grunt watch",
75 "karma": "grunt karma",
76 "ng-versions": "npm run test-ng-1.2 && npm run test-ng-1.3 && npm run test-ng-1.4",
77 "test": "npm run build && npm run ng-versions && npm run test-jasmine-2 && npm run synthetic-browser",
78 "test-ng-1.2": "cd test/angular-1.2; npm install; npm test",
79 "test-ng-1.3": "cd test/angular-1.3; npm install; npm test",
80 "test-ng-1.4": "cd test/angular-1.4; npm install; npm test",
81 "test-jasmine-2": "cd test/jasmine-2; npm install; npm test",
82 "coveralls": "cat test/coverage/P*/lcov.info | ./node_modules/coveralls/bin/coveralls.js",
83 "test-dependents": "dont-break",
84 "style": "jscs test/*.js --fix",
85 "synthetic-browser": "mocha misc/*-spec.js"
86 }
87}