forked from madebymany/sir-trevor-js
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
60 lines (60 loc) · 1.71 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
{
"name": "sir-trevor",
"version": "0.5.0",
"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",
"jquery": "^2.1.1"
},
"devDependencies": {
"array.prototype.find": "^1.0.0",
"es6-shim": "^0.21.0",
"eventablejs": "^1.0.5",
"grunt": "^0.4.5",
"grunt-cli": "^0.1.13",
"grunt-contrib-connect": "^0.10.1",
"grunt-contrib-jasmine": "^0.8.1",
"grunt-contrib-jshint": "^0.10.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-sass": "^0.18.0",
"grunt-webpack": "^1.0.8",
"jasmine-jquery": "^2.0.5",
"karma": "~0.12.28",
"karma-chrome-launcher": "^0.1.7",
"karma-firefox-launcher": "^0.1.4",
"karma-jasmine": "~0.3.1",
"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-bourbon": "^4.2.1-beta1",
"object.assign": "^1.1.1",
"scribe-editor": "1.4.15",
"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",
"selenium-webdriver": "2.47.0",
"spin.js": "^2.0.1",
"webpack": "^1.8.4",
"webpack-dev-server": "^1.8.0"
}
}