UNPKG

1.29 kBJSONView Raw
1{
2 "name": "bumble-strings",
3 "version": "0.7.1",
4 "description": "Some simple string helpers for testing weakly equality and more",
5 "main": "index.js",
6 "dependencies": {
7 "underscore": "1.8.3"
8 },
9 "devDependencies": {
10 "babel-core": "6.5.2",
11 "babel-loader": "6.2.2",
12 "babel-preset-es2015": "6.5.0",
13 "babel-preset-react": "6.5.0",
14 "bumble-build": "0.3.7",
15 "bumble-docs": "0.4.8",
16 "bumble-test": "0.1.6",
17 "grunt": "0.4.5",
18 "grunt-available-tasks": "0.6.1",
19 "grunt-coffee-react": "2.4.1",
20 "grunt-contrib-clean": "1.0.0",
21 "grunt-contrib-coffee": "1.0.0",
22 "grunt-contrib-cssmin": "0.14.0",
23 "grunt-contrib-watch": "0.6.1",
24 "grunt-newer": "1.1.2",
25 "grunt-react": "0.12.3",
26 "grunt-scp": "0.1.8",
27 "grunt-shell": "1.1.2",
28 "grunt-sync": "0.5.2",
29 "grunt-webpack": "1.0.11",
30 "webpack": "1.12.13",
31 "webpack-dev-server": "1.14.1"
32 },
33 "scripts": {
34 "test": "grunt test"
35 },
36 "repository": {
37 "type": "git",
38 "url": "https://github.com/littlebee/bumble-strings.git"
39 },
40 "keywords": [
41 "string"
42 ],
43 "author": "Bee Wilkerson",
44 "license": "MIT",
45 "bugs": {
46 "url": "https://github.com/littlebee/bumble-strings/issues"
47 },
48 "homepage": "https://github.com/littlebee/bumble-strings"
49}