forked from frontend-labs/yosonjs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
74 lines (74 loc) · 1.92 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"name": "yosonjs",
"version": "0.0.16-alpha",
"description": "Lightweight library for manage modular scripts",
"main": "gulpfile.js",
"directories": {
"doc": "docs",
"example": "examples",
"test": "test"
},
"scripts": {
"test": "gulp jasmine",
"build": "npm install && gulp",
"start": "gulp"
},
"repository": {
"type": "git",
"url": "https://github.com/frontend-labs/yosonjs"
},
"keywords": [
"JavaScript",
"Modules",
"Dependences"
],
"author": "frontendlabs",
"license": "MIT",
"devDependencies": {
"bower": "^1.3.12",
"browser-sync": "^2.2.1",
"conventional-changelog": "^0.0.11",
"del": "^1.1.1",
"event-stream": "^3.1.7",
"gulp": "^3.8.11",
"gulp-bump": "^0.1.13",
"gulp-changed": "^1.1.1",
"gulp-complexity": "^0.3.0",
"gulp-concat": "^2.5.1",
"gulp-connect": "^2.2.0",
"gulp-coveralls": "^0.1.3",
"gulp-debug": "^2.0.0",
"gulp-filter": "^2.0.2",
"gulp-if": "^1.2.5",
"gulp-jasmine": "^2.0.0",
"gulp-jshint": "^1.9.2",
"gulp-karma": "0.0.4",
"gulp-load-plugins": "^0.8.0",
"gulp-plumber": "^0.6.6",
"gulp-size": "^1.2.0",
"gulp-sourcemaps": "^1.3.0",
"gulp-tag-version": "^1.2.1",
"gulp-uglify": "^1.1.0",
"gulp-util": "^3.0.3",
"gulp-watch": "^4.1.1",
"gulp-yuidoc": "^0.1.2",
"istanbul": "^0.3.6",
"jasmine-reporters": "^2.0.4",
"jshint-stylish": "^1.0.0",
"karma": "^0.12.31",
"karma-html2js-preprocessor": "~0.1.0",
"karma-jasmine": "^0.3.5",
"karma-phantomjs-launcher": "~0.1.2",
"karma-requirejs": "~0.2.1",
"karma-script-launcher": "~0.1.0",
"karma-story-reporter": "~0.2.2",
"lodash": "^3.3.0",
"node-notifier": "^4.1.1",
"requirejs": "^2.1.16",
"run-sequence": "^1.0.2"
},
"bugs": {
"url": "https://github.com/frontend-labs/yosonjs/issues"
},
"homepage": "https://github.com/frontend-labs/yosonjs"
}