UNPKG

1.91 kBJSONView Raw
1{
2 "name": "truly",
3 "version": "0.20.0",
4 "description": "Check if the value is not undefined, null, empty string, NaN and Infinity.",
5 "main": "truly.js",
6 "support": "truly.support.js",
7 "deploy": "truly.deploy.js",
8 "browser": "truly.deploy.js",
9 "scripts": {
10 "pristine": "rsetmod clean && flxc execute ./.install.sh",
11 "clear": "rsetmod clean --clear",
12 "formal": "jesy apply '*.json'",
13 "build:support": "gulp --module truly --all",
14 "build:deploy": "webpack --config webpack.compact.js --progress --display-modules",
15 "rebuild": "npm run build:support && npm run build:deploy",
16 "build": "npm run pristine && npm run rebuild",
17 "test:server": "mocha test.js"
18 },
19 "repository": {
20 "type": "git",
21 "url": "git+https://github.com/volkovasystems/truly.git"
22 },
23 "keywords": [
24 "value",
25 "truthy",
26 "true",
27 "truth",
28 "truly"
29 ],
30 "author": "Richeve S. Bebedor <richeve.bebedor@gmail.com>",
31 "contributors": [
32 "John Lenon Maghanoy <johnlenonmaghanoy@gmail.com>",
33 "Vinse Vinalon <vinsevinalon@gmail.com>"
34 ],
35 "license": "MIT",
36 "bugs": {
37 "url": "https://github.com/volkovasystems/truly/issues"
38 },
39 "homepage": "https://github.com/volkovasystems/truly#readme",
40 "dependencies": {
41 "babel-runtime": "^6.23.0"
42 },
43 "devDependencies": {
44 "babel-cli": "^6.24.1",
45 "babel-core": "^6.25.0",
46 "babel-plugin-transform-runtime": "^6.23.0",
47 "babel-preset-latest": "^6.24.1",
48 "electron": "^1.6.11",
49 "gulp": "^3.9.1",
50 "gulp-babel": "^6.1.2",
51 "gulp-changed": "^3.1.0",
52 "gulp-debug": "^3.1.0",
53 "gulp-plumber": "^1.1.0",
54 "gulp-rename": "^1.2.2",
55 "gulp-replace": "^0.6.1",
56 "gulp-sourcemaps": "^2.6.0",
57 "mocha": "^3.4.2",
58 "should": "^11.2.1",
59 "source-map-loader": "^0.2.1",
60 "wdio-json-reporter": "^0.2.1",
61 "wdio-mocha-framework": "^0.5.10",
62 "wdio-selenium-standalone-service": "^0.0.9",
63 "webdriverio": "^4.8.0",
64 "webpack": "^3.3.0",
65 "yargs": "^8.0.2"
66 }
67}