You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

45 lines
1.1 KiB
JSON

{
"name": "phantom-talk",
"version": "0.0.1",
"description": "Slide deck for PhantomJS talk",
"main": "lib/deck.js",
"scripts": {
"dev": "grunt dev",
"deck": "./bin/deck",
"test": "grunt test"
},
"author": "Buddy Sandidge",
"repository" : {
"type" : "git",
"url" : "https://github.com/xbudex/phantom-talk.git"
},
"license": "ISC",
"devDependencies": {
"bower": "^1.3.12",
"glob": "^4.0.6",
"grunt": "^0.4.5",
"grunt-cli": "^0.1.13",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-compass": "^1.0.1",
"grunt-contrib-copy": "^0.7.0",
"grunt-contrib-handlebars": "^0.8.0",
"grunt-contrib-jshint": "^0.11.0",
"grunt-contrib-requirejs": "^0.4.4",
"grunt-contrib-watch": "^0.6.1",
"grunt-jscs": "^1.2.0",
"grunt-karma": "^0.10.1",
"jasmine-core": "^2.2.0",
"karma": "^0.12.31",
"karma-jasmine": "^0.3.5",
"karma-phantomjs-launcher": "^0.1.4",
"karma-requirejs": "^0.2.2",
"lodash": "^3.1.0",
"requirejs": "^2.1.15"
},
"dependencies": {
"async": "^0.9.0",
"express": "^4.11.2",
"handlebars": "^1.3.0"
}
}