123456789101112131415161718192021222324252627282930313233343536373839 |
- {
- "name": "hijrah-date",
- "version": "1.0.3",
- "description": "A date in the Hijrah calendar system",
- "main": "hijrah-date.js",
- "keywords": "date, hijrah, hijri, calendar, islamic",
- "author": "Mouaffak A. Sarhan <mouffaksarhan@gmail.com>",
- "license": "MIT",
- "repository": {
- "type": "git",
- "url": "git://github.com/msarhan/hijrah-date.git"
- },
- "scripts": {
- "test": "gulp test"
- },
- "ignore": [
- "**/.*",
- "node_modules",
- "test",
- "src"
- ],
- "devDependencies": {
- "assert": "^1.4.1",
- "gulp": "^3.9.1",
- "gulp-concat": "^2.6.0",
- "gulp-connect": "^5.0.0",
- "gulp-rename": "^1.2.2",
- "gulp-sourcemaps": "^1.6.0",
- "gulp-uglify": "^2.0.0",
- "gulp-wrap": "^0.13.0",
- "jasmine-core": "^2.5.1",
- "karma": "^1.3.0",
- "karma-jasmine": "^1.0.2",
- "karma-phantomjs-launcher": "^1.0.2",
- "phantomjs": "^2.1.7",
- "timeshift-js": "^1.0.0"
- }
- }
|