{ "name": "authored", "version": "1.0.0", "description": "A modular framework for building authoring tools.", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git://github.com/joepie91/node-authored" }, "keywords": [ "authoring" ], "author": "Sven Slootweg", "license": "WTFPL", "dependencies": { "jquery": "^2.1.3", "uuid": "^2.0.1" }, "devDependencies": { "coffee-loader": "^0.7.2", "coffee-script": "^1.9.1", "gulp": "~3.8.0", "gulp-cached": "~0.0.3", "gulp-jade": "^0.7.0", "gulp-livereload": "~2.1.0", "gulp-nodemon": "~1.0.4", "gulp-plumber": "~0.6.3", "gulp-remember": "~0.3.0", "gulp-rename": "~1.2.0", "gulp-sass": "^1.3.3", "gulp-util": "~2.2.17", "gulp-webpack": "^1.2.0", "through2-spy": "^1.2.0", "st": "^0.5.2" } }