Files
ionic-framework/package.json
2014-01-16 00:29:20 -06:00

29 lines
707 B
JSON

{
"name": "ionic",
"private": false,
"version": "0.9.21",
"devDependencies": {
"karma": "~0.10",
"grunt": "~0.4.1",
"grunt-contrib-watch": "~0.5.3",
"grunt-contrib-cssmin": "~0.7.0",
"grunt-contrib-copy": "~0.4.1",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-uglify": "~0.2.4",
"grunt-contrib-jshint": "~0.6.4",
"grunt-contrib-sass": "~0.5.0",
"grunt-string-replace": "~0.2.7",
"karma-jasmine": "~0.1.3",
"karma-chrome-launcher": "~0.1.0",
"load-grunt-tasks": "~0.2.0"
},
"scripts": {
"test": "./node_modules/.bin/karma start ionic.conf.js --single-run --browsers PhantomJS"
},
"licenses": [
{
"type": "MIT"
}
]
}