angular-pressure
Version:
pressure.js support for Angular.js applications
71 lines (70 loc) • 1.63 kB
JSON
{
"name": "angular-pressure",
"version": "2.0.1",
"description": "pressure.js support for Angular.js applications",
"main": "index.js",
"directories": {
"example": "examples"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/thierryc/angular-pressure.git"
},
"keywords": [
"pressurejs",
"angular",
"angularjs",
"angular.js",
"javascript",
"touch",
"force",
"3Dtouch",
"iOS"
],
"author": "Thierry Charbonnel",
"contributors": [],
"license": "MIT",
"bugs": {
"url": "https://github.com/thierryc/angular-pressure/issues"
},
"homepage": "https://github.com/thierryc/angular-pressure/",
"dependencies": {
"pressure": "^2.0.0"
},
"devDependencies": {
"angular": "^1.5.7",
"browserify": "^13.0.1",
"browserify-shim": "^3.8.2",
"finalhandler": "^0.5.0",
"grunt": "^1.0.1",
"grunt-browserify": "^5.0.0",
"grunt-concurrent": "^2.3.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-requirejs": "^1.0.0",
"grunt-contrib-uglify": "^1.0.1",
"grunt-contrib-watch": "^1.0.0",
"grunt-jsdoc": "^2.1.0",
"grunt-nodemon": "^0.4.2",
"grunt-webpack": "^1.0.11",
"serve-static": "^1.11.1",
"uglify-save-license": "^0.4.1",
"webpack": "^1.13.1",
"webpack-dev-server": "^1.14.1"
},
"browserify": {
"transform": [
"browserify-shim"
]
},
"browser": {
"angular-pressure": "./angular.pressure.js"
},
"browserify-shim": {
"angular": {
"exports": "angular"
}
}
}