forked from madebymany/sir-trevor-js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
74 lines (74 loc) · 2.15 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": "sir-trevor",
"version": "0.6.5",
"main": "build/sir-trevor.js",
"repository": {
"type": "git",
"url": "[email protected]:madebymany/sir-trevor-js.git"
},
"scripts": {
"test": "grunt test",
"dist": "grunt",
"dev": "grunt dev watch"
},
"dependencies": {
"es5-shim": "^4.0.3",
"svg4everybody": "^2.0.3"
},
"devDependencies": {
"array.prototype.find": "^1.0.0",
"autoprefixer-loader": "^2.0.0",
"babel-core": "^5.8.14",
"babel-loader": "^5.3.2",
"babel-runtime": "^5.8.12",
"css-loader": "^0.15.6",
"es6-promise": "^2.3.0",
"es6-shim": "^0.21.0",
"eventablejs": "^1.0.5",
"extract-text-webpack-plugin": "^0.8.2",
"file-loader": "^0.8.5",
"grunt": "^0.4.5",
"grunt-cli": "^0.1.13",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-connect": "^0.10.1",
"grunt-contrib-jasmine": "^0.8.1",
"grunt-contrib-jshint": "^0.11.0",
"grunt-contrib-uglify": "^0.6.0",
"grunt-contrib-watch": "^0.3.1",
"grunt-jasmine-nodejs": "^1.4.2",
"grunt-karma": "^0.9.0",
"grunt-webpack": "^1.0.8",
"jsonp-promise": "^0.1.2",
"karma": "~0.12.28",
"karma-chrome-launcher": "^0.1.7",
"karma-firefox-launcher": "^0.1.4",
"karma-jasmine": "^0.3.6",
"karma-webpack": "1.6.0",
"lodash": "^2.4.1",
"lodash.isempty": "^2.4.1",
"lodash.isfunction": "^2.4.1",
"lodash.isobject": "^2.4.1",
"lodash.isstring": "^2.4.1",
"lodash.isundefined": "^2.4.1",
"lodash.result": "^2.4.1",
"lodash.template": "^2.4.1",
"lodash.uniqueid": "^2.4.1",
"mversion": "^1.9.0",
"node-sass": "^3.2.0",
"object.assign": "^1.1.1",
"sass-loader": "^2.0.0",
"scribe-editor": "2.1.1",
"scribe-plugin-formatter-plain-text-convert-new-lines-to-html": "^0.1.1",
"scribe-plugin-link-prompt-command": "^0.2.0",
"scribe-plugin-sanitizer": "^0.1.9",
"selection-range": "^1.0.1",
"selenium-webdriver": "2.52.0",
"spin.js": "^2.0.1",
"style-loader": "^0.12.3",
"url-loader": "^0.5.7",
"webpack": "^1.8.4",
"webpack-config-merger": "0.0.3",
"webpack-dev-server": "^1.10.1",
"whatwg-fetch": "^0.9.0"
}
}