|
| 1 | +{ |
| 2 | + "name": "semantic", |
| 3 | + "version": "0.16.1", |
| 4 | + "title": "Semantic UI", |
| 5 | + "description": "Semantic empowers designers and developers by creating a shared vocabulary for UI.", |
| 6 | + "homepage": "http://www.semantic-ui.com", |
| 7 | + "author": "Jack Lukic <[email protected]>", |
| 8 | + "license": "MIT", |
| 9 | + "scripts": { |
| 10 | + "test": "grunt test" |
| 11 | + }, |
| 12 | + "repository": { |
| 13 | + "type": "git", |
| 14 | + "url": "git://github.com/Semantic-Org/Semantic-UI.git" |
| 15 | + }, |
| 16 | + "dependencies": { |
| 17 | + "docpad": "x.x.x", |
| 18 | + "docpad-plugin-ghpages": "x.x.x", |
| 19 | + "jquery": "x.x.x" |
| 20 | + }, |
| 21 | + "devDependencies": { |
| 22 | + "docpad": "x.x.x", |
| 23 | + "docpad-plugin-eco": "x.x.x", |
| 24 | + "docpad-plugin-ghpages": "x.x.x", |
| 25 | + "docpad-plugin-partials": "x.x.x", |
| 26 | + "grunt": "x.x.x", |
| 27 | + "grunt-autoprefixer": "x.x.x", |
| 28 | + "grunt-bower-task": "x.x.x", |
| 29 | + "grunt-clear": "x.x.x", |
| 30 | + "grunt-contrib-clean": "x.x.x", |
| 31 | + "grunt-contrib-compress": "x.x.x", |
| 32 | + "grunt-contrib-concat": "x.x.x", |
| 33 | + "grunt-contrib-copy": "x.x.x", |
| 34 | + "grunt-contrib-cssmin": "x.x.x", |
| 35 | + "grunt-contrib-less": "x.x.x", |
| 36 | + "grunt-contrib-uglify": "x.x.x", |
| 37 | + "grunt-contrib-watch": "x.x.x", |
| 38 | + "grunt-css": "x.x.x", |
| 39 | + "grunt-docco": "x.x.x", |
| 40 | + "grunt-docco-multi": "x.x.x", |
| 41 | + "grunt-karma": "x.x.x", |
| 42 | + "grunt-karma-coveralls": "x.x.x", |
| 43 | + "grunt-replace": "x.x.x", |
| 44 | + "grunt-rtlcss": "x.x.x", |
| 45 | + "karma": "x.x.x", |
| 46 | + "karma-coverage": "x.x.x", |
| 47 | + "karma-jasmine": "x.x.x", |
| 48 | + "karma-phantomjs-launcher": "x.x.x", |
| 49 | + "karma-spec-reporter": "x.x.x" |
| 50 | + } |
| 51 | +} |
0 commit comments