susi-forge
Version:
61 lines (60 loc) • 1.39 kB
JSON
{
"name": "susi-forge",
"version": "0.0.2",
"description": "SUSIs forge",
"keywords": [
"SusiProject",
"IOT",
"SUSI",
"javascript",
"showcase",
"Industry",
"bakery"
],
"repository": {
"type": "git",
"url": "https://github.com/wirsich/susi-forge.git"
},
"main": "index.js",
"scripts": {
"test": "grunt test"
},
"author": "Stephan Wirsich",
"license": "MIT",
"dependencies": {
"git-rev": "^0.2.1",
"grunt": "^0.4.5",
"grunt-concurrent": "^0.5.0",
"grunt-contrib": "^0.11.0",
"grunt-cucumber": "^0.2.3",
"grunt-karma": "^0.10.1",
"grunt-licensr": "0.0.4",
"grunt-newer": "^0.7.0",
"grunt-shell": "^0.7.0",
"grunt-sudo-components": "0.0.6",
"grunt-sudo-subcomponents": "0.0.8",
"jasmine-core": "^2.2.0",
"karma": "^0.12.31",
"karma-coverage": "^0.2.7",
"karma-jasmine": "^0.3.5",
"karma-phantomjs-launcher": "^0.1.4",
"load-grunt-tasks": "^0.5.0",
"susi-client-js": "0.0.0",
"time-grunt": "^0.3.2"
},
"project": {
"directories": {
"bin": "bin/",
"package": "package/",
"src": "src/",
"vendor": "vendor/",
"test": "test/",
"build": "build/",
"build_tasks": "build/tasks",
"build_config": "build/config",
"vendor_npm": "node_modules"
},
"components": {}
},
"devDependencies": {}
}