forked from fusionstrings/project-fusion-archive
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
83 lines (83 loc) · 2.06 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
75
76
77
78
79
80
81
82
83
{
"name": "jspm-demo",
"version": "0.0.0",
"description": "My dazzling module",
"license": "MIT",
"repository": "fusionstrings/jspm-demo",
"author": {
"name": "Dilip Kr. Shukla",
"email": "[email protected]",
"url": "fusionstrings.com"
},
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "mocha"
},
"files": [
"index.js"
],
"keywords": [
""
],
"dependencies": {},
"devDependencies": {
"apache-server-configs": "^2.14.0",
"babel-eslint": "^3.0.1",
"browser-sync": "^2.6.9",
"chai": "^2.3.0",
"del": "^1.1.1",
"gulp": "^3.8.11",
"gulp-autoprefixer": "^2.2.0",
"gulp-cache": "^0.2.9",
"gulp-changed": "^1.2.1",
"gulp-concat": "^2.5.2",
"gulp-csso": "^1.0.0",
"gulp-eslint": "^0.11.1",
"gulp-filter": "^2.0.2",
"gulp-flatten": "0.0.4",
"gulp-if": "^1.2.5",
"gulp-imagemin": "^2.2.1",
"gulp-jshint": "^1.10.0",
"gulp-load-plugins": "^0.10.0",
"gulp-minify-html": "^1.0.2",
"gulp-replace": "^0.5.3",
"gulp-ruby-sass": "^1.0.5",
"gulp-sass": "^1.3.3",
"gulp-size": "^1.2.1",
"gulp-sourcemaps": "^1.5.2",
"gulp-uglify": "^1.2.0",
"gulp-useref": "^1.1.2",
"jshint-stylish": "^1.0.1",
"jspm": "^0.15.5",
"karma": "^0.12.31",
"karma-babel-preprocessor": "^5.1.0",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^0.1.8",
"karma-coverage": "^0.3.1",
"karma-firefox-launcher": "^0.1.4",
"karma-ie-launcher": "^0.1.5",
"karma-jspm": "^1.1.4",
"karma-mocha": "^0.1.10",
"karma-mocha-reporter": "^1.0.2",
"karma-opera-launcher": "^0.1.0",
"karma-safari-launcher": "^0.1.1",
"mocha": "^2.2.4",
"opn": "^1.0.2",
"psi": "^1.0.6",
"require-dir": "^0.3.0",
"run-sequence": "^1.1.0",
"sw-precache": "^1.3.0"
},
"jspm": {
"directories": {},
"dependencies": {},
"devDependencies": {
"babel": "npm:babel-core@^5.1.13",
"babel-runtime": "npm:babel-runtime@^5.1.13",
"core-js": "npm:core-js@^0.9.4",
"chai": "npm:chai@^2.3.0"
}
}
}