|
1 | 1 | { |
2 | | - "name": "tui-code-snippet", |
3 | | - "version": "1.0.4", |
4 | | - "description": "useful code snippets from frontend development team", |
5 | | - "main": "code-snippet.js", |
6 | | - "scripts": { |
7 | | - "doc": "./node_modules/.bin/jsdoc -c conf.json" |
8 | | - }, |
9 | | - "repository": { |
10 | | - "type": "git", |
11 | | - "url": "https://github.com/nhnent/tui.code-snippet.git" |
12 | | - }, |
13 | | - "author": "FE", |
14 | | - "license": "MIT", |
15 | | - "devDependencies": { |
16 | | - "fedoc-template": "git+http://14bfd38a036366f7ca90355d202038126127bd01:x-oauth-basic@github.nhnent.com/fe/share-fedoc-template.git#snippet", |
17 | | - "grunt": "^0.4.5", |
18 | | - "grunt-contrib-concat": "^0.5.0", |
19 | | - "grunt-contrib-uglify": "^0.6.0", |
20 | | - "jasmine-ajax": "^2.0.1", |
21 | | - "jasmine-core": "^2.2.0", |
22 | | - "jasmine-jquery": "^2.0.5", |
23 | | - "jquery": "1.8.3", |
24 | | - "jsdoc": "git+https://github.com/jsdoc3/jsdoc.git", |
25 | | - "karma": "^0.12.31", |
26 | | - "karma-chrome-launcher": "^0.1.5", |
27 | | - "karma-coverage": "^0.2.6", |
28 | | - "karma-jasmine": "^0.3.5", |
29 | | - "karma-junit-reporter": "^0.2.2", |
30 | | - "karma-mocha-reporter": "^1.0.2", |
31 | | - "karma-phantomjs-launcher": "^0.2.0", |
32 | | - "karma-webdriver-launcher": "git+https://github.com/everedifice/karma-webdriver-launcher.git", |
33 | | - "phantomjs": "^1.9.17" |
34 | | - } |
| 2 | + "name": "tui-code-snippet", |
| 3 | + "version": "1.0.5", |
| 4 | + "description": "useful code snippets from frontend development team", |
| 5 | + "main": "code-snippet.js", |
| 6 | + "scripts": { |
| 7 | + "doc": "./node_modules/.bin/jsdoc -c conf.json" |
| 8 | + }, |
| 9 | + "repository": { |
| 10 | + "type": "git", |
| 11 | + "url": "https://github.com/nhnent/tui.code-snippet.git" |
| 12 | + }, |
| 13 | + "author": "FE", |
| 14 | + "license": "MIT", |
| 15 | + "dependencies": { |
| 16 | + "fedoc-template": "git+http://14bfd38a036366f7ca90355d202038126127bd01:x-oauth-basic@github.nhnent.com/fe/share-fedoc-template.git#snippet", |
| 17 | + "grunt": "^0.4.5", |
| 18 | + "grunt-contrib-concat": "^0.5.0", |
| 19 | + "grunt-contrib-uglify": "^0.6.0", |
| 20 | + "jasmine-ajax": "^2.0.1", |
| 21 | + "jasmine-core": "^2.2.0", |
| 22 | + "jasmine-jquery": "^2.0.5", |
| 23 | + "jquery": "1.8.3", |
| 24 | + "jsdoc": "git+https://github.com/jsdoc3/jsdoc.git", |
| 25 | + "karma": "^0.12.31", |
| 26 | + "karma-chrome-launcher": "^0.1.5", |
| 27 | + "karma-coverage": "^0.2.6", |
| 28 | + "karma-jasmine": "^0.3.5", |
| 29 | + "karma-junit-reporter": "^0.2.2", |
| 30 | + "karma-mocha-reporter": "^1.0.2", |
| 31 | + "karma-phantomjs-launcher": "^0.2.0", |
| 32 | + "karma-webdriver-launcher": "git+https://github.com/everedifice/karma-webdriver-launcher.git", |
| 33 | + "phantomjs": "^1.9.17", |
| 34 | + "body-parser": "^1.14.1", |
| 35 | + "express": "^4.13.3", |
| 36 | + "serve-static": "^1.10.0" |
| 37 | + } |
35 | 38 | } |
0 commit comments