forked from theonion/editor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 950 Bytes
/
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
{
"name": "onion-editor",
"version": "0.2.44",
"author": {
"name": "Mike Wnuk",
"email": "[email protected]"
},
"readmeFilename": "README.md",
"dependencies": {},
"devDependencies": {
"bower": "~1.3.8",
"es6-promise": "~1.0.0",
"grunt": "~0.4.1",
"grunt-cli": "~0.1.13",
"grunt-contrib-connect": "~0.8.0",
"grunt-contrib-jshint": "~0.6.4",
"grunt-contrib-uglify": "~0.2.2",
"grunt-contrib-qunit": "~0.2.2",
"grunt-contrib-watch": "~0.4.4",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-copy": "~0.4.0",
"grunt-contrib-requirejs": "~0.4.3",
"grunt-contrib-less": "~0.11.0",
"grunt-karma": "~0.8.2",
"requirejs": "~2.1.11",
"karma": "~0.12.0",
"karma-chrome-launcher": "~0.1.2",
"karma-coverage": "~0.2.5",
"karma-jasmine": "~0.2.0",
"karma-requirejs": "~0.2.2",
"karma-sauce-launcher": "~0.2.10",
"karma-safari-launcher": "~0.1.1"
}
}