forty2
Version:
Collection of libraries that answer the ultimate question to the meaning of life
49 lines (48 loc) • 1.47 kB
JSON
{
"name": "forty2",
"version": "0.0.1",
"description": "Collection of libraries that answer the ultimate question to the meaning of life",
"main": "dist/forty2.min.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/TommiChi/forty2.git"
},
"author": {
"name": "Tom Nchinda",
"email": "tomnchinda@imthatguy.net",
"url": "http://www.imthatguy.net"
},
"homepage": "https://github.com/TommiChi/forty2",
"devDependencies": {
"babel": "^6.5.2",
"babel-cli": "^6.14.0",
"babel-core": "^6.14.0",
"babel-loader": "^6.2.5",
"babel-plugin-transform-async-to-generator": "^6.8.0",
"babel-plugin-transform-runtime": "^6.12.0",
"babel-preset-es2015": "^6.13.2",
"babel-preset-es2016": "^6.11.3",
"babel-preset-es2017": "^6.14.0",
"babel-preset-stage-0": "^6.5.0",
"babel-runtime": "^6.11.6",
"eslint": "3.5.0",
"eslint-config-google": "0.6.0",
"eslint-loader": "1.5.0",
"eslint-plugin-jasmine": "1.8.1",
"jasmine": "^2.5.0",
"jasmine-babel": "^2.2.0",
"jasmine-webpack-plugin": "0.1.1",
"jsdoc-to-markdown": "1.3.7",
"karma": "1.2.0",
"karma-chrome-launcher": "2.0.0",
"karma-cli": "1.0.1",
"karma-jasmine": "1.0.2",
"karma-phantomjs-launcher": "1.0.2",
"karma-spec-reporter": "0.0.26",
"webpack": "^1.13.2",
"webpack-dev-server": "^1.14.1"
}
}