123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990 |
- {
- "name": "grunt-contrib-requirejs",
- "description": "Optimize RequireJS projects using r.js.",
- "version": "0.4.4",
- "homepage": "https://github.com/gruntjs/grunt-contrib-requirejs",
- "author": {
- "name": "Grunt Team",
- "url": "http://gruntjs.com/"
- },
- "repository": {
- "type": "git",
- "url": "git://github.com/gruntjs/grunt-contrib-requirejs.git"
- },
- "bugs": {
- "url": "https://github.com/gruntjs/grunt-contrib-requirejs/issues"
- },
- "licenses": [
- {
- "type": "MIT",
- "url": "https://github.com/gruntjs/grunt-contrib-requirejs/blob/master/LICENSE-MIT"
- }
- ],
- "engines": {
- "node": ">= 0.8.0"
- },
- "scripts": {
- "test": "grunt test"
- },
- "dependencies": {
- "requirejs": "~2.1.0"
- },
- "devDependencies": {
- "grunt-contrib-jshint": "~0.2.0",
- "grunt-contrib-nodeunit": "~0.1.2",
- "grunt-contrib-clean": "~0.4.0",
- "grunt-contrib-internal": "~0.4.7",
- "grunt": "~0.4.0"
- },
- "peerDependencies": {
- "grunt": "~0.4.0"
- },
- "keywords": [
- "gruntplugin"
- ],
- "files": [
- "tasks",
- "LICENSE-MIT"
- ],
- "_id": "grunt-contrib-requirejs@0.4.4",
- "dist": {
- "shasum": "87f2165a981e48a45d22f8cc5299d0934031b972",
- "tarball": "http://registry.npmjs.org/grunt-contrib-requirejs/-/grunt-contrib-requirejs-0.4.4.tgz"
- },
- "_from": "grunt-contrib-requirejs@^0.4.4",
- "_npmVersion": "1.4.3",
- "_npmUser": {
- "name": "tkellen",
- "email": "tyler@sleekcode.net"
- },
- "maintainers": [
- {
- "name": "tkellen",
- "email": "tyler@sleekcode.net"
- },
- {
- "name": "cowboy",
- "email": "cowboy@rj3.net"
- },
- {
- "name": "shama",
- "email": "kyle@dontkry.com"
- },
- {
- "name": "vladikoff",
- "email": "vlad@vladikoff.com"
- },
- {
- "name": "sindresorhus",
- "email": "sindresorhus@gmail.com"
- },
- {
- "name": "jmeas",
- "email": "jellyes2@gmail.com"
- }
- ],
- "directories": {},
- "_shasum": "87f2165a981e48a45d22f8cc5299d0934031b972",
- "_resolved": "https://registry.npmjs.org/grunt-contrib-requirejs/-/grunt-contrib-requirejs-0.4.4.tgz",
- "readme": "ERROR: No README data found!"
- }
|