UNPKG

2.56 kBJSONView Raw
1{
2 "name": "k2",
3 "description": "Functional javascript utils",
4 "version": "0.8.0",
5 "author": "Martin Camacho martin@kensho.com",
6 "bugs": {
7 "url": "https://github.com/kensho/k2/issues"
8 },
9 "contributors": [
10 "Gleb Bahmutov <gleb.bahmutov@gmail.com>",
11 "Matt Neary <neary@kensho.com>"
12 ],
13 "dependencies": {
14 "check-more-types": "1.5.0",
15 "check-types": "1.4.0",
16 "lazy-ass": "0.5.3",
17 "lodash": "3.10.0",
18 "ramda": "0.14.0"
19 },
20 "devDependencies": {
21 "babel-core": "4.7.16",
22 "babel-loader": "4.2.0",
23 "console-log-div": "0.5.0",
24 "debug-logdown": "0.2.0",
25 "del": "1.1.1",
26 "deps-ok": "0.8.1",
27 "es5-shim": "4.1.0",
28 "glob": "5.0.3",
29 "grunt": "0.4.5",
30 "grunt-clean-console": "0.2.0",
31 "grunt-nice-package": "0.9.2",
32 "gulp": "3.8.11",
33 "gulp-babel": "4.0.0",
34 "gulp-concat": "2.5.2",
35 "gulp-eslint": "0.13.2",
36 "gulp-grunt": "0.5.2",
37 "gulp-header": "1.2.2",
38 "gulp-mocha": "2.0.0",
39 "gulp-ng-html2js": "0.2.0",
40 "gulp-notify": "2.2.0",
41 "gulp-rename": "1.2.0",
42 "gulp-uglify": "1.1.0",
43 "gulp-util": "3.0.4",
44 "gulp-watch": "4.2.0",
45 "gulp-webpack": "1.3.0",
46 "jasmine-core": "2.2.0",
47 "karma": "0.12.31",
48 "karma-babel-preprocessor": "4.0.1",
49 "karma-chrome-launcher": "0.1.7",
50 "karma-coverage": "0.2.7",
51 "karma-firefox-launcher": "0.1.4",
52 "karma-jasmine": "0.3.5",
53 "karma-junit-reporter": "0.2.2",
54 "karma-nested-reporter": "0.1.3",
55 "karma-ng-html2js-preprocessor": "0.1.2",
56 "karma-ng-json2js-preprocessor": "1.0.0",
57 "karma-phantomjs-launcher": "0.1.4",
58 "lazy-ass-helpful": "0.6.1",
59 "mocha-traceur": "2.1.0",
60 "modernizr": "3.0.0-alpha.3",
61 "ng-describe": "0.10.1",
62 "ng-waffle": "0.2.2",
63 "pre-git": "0.2.1",
64 "quote": "0.4.0",
65 "spy-on-lazy-ass": "0.0.1",
66 "webpack": "1.7.3"
67 },
68 "engines": {
69 "node": ">= 0.10.*"
70 },
71 "homepage": "https://github.com/kensho/k2",
72 "keywords": [
73 "javascript",
74 "js",
75 "functional"
76 ],
77 "license": "MIT",
78 "main": "dist/k2.js",
79 "pre-commit": [
80 "npm test",
81 "npm version"
82 ],
83 "repository": {
84 "type": "git",
85 "url": "https://github.com/kensho/k2.git"
86 },
87 "scripts": {
88 "test": "gulp test; npm run test-under-node; npm run load-from-node",
89 "test-under-node": "npm run mocha",
90 "mocha": "mocha -R spec --compilers es6:mocha-traceur src/**/*-spec.es6",
91 "load-from-node": "node dist/k2.js",
92 "watch": "mocha -R spec --compilers es6:mocha-traceur src/**/*-spec.es6 --watch"
93 }
94}