forked from Aronv90/openwheels-frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.28 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
{
"author": "MyWheels",
"name": "OpenWheels",
"version": "1.95.0",
"homepage": "https://github.com/OpenWheels",
"dependencies": {},
"devDependencies": {
"colors": "^1.0.3",
"connect-modrewrite": "^0.8.1",
"grunt": "~0.4.1",
"grunt-angular-translate": "wilgert/grunt-angular-translate",
"grunt-bump": "0.0.6",
"grunt-cli": "^0.1.13",
"grunt-concurrent": "~0.3.0",
"grunt-contrib-clean": "~0.4.1",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-connect": "~0.5.0",
"grunt-contrib-copy": "~0.4.1",
"grunt-contrib-jshint": "~0.8.0",
"grunt-contrib-less": "^1.0.1",
"grunt-contrib-uglify": "~0.4.0",
"grunt-contrib-watch": "~0.4.0",
"grunt-conventional-changelog": "~0.1.1",
"grunt-html2js": "~0.1.3",
"grunt-karma": "^0.9.0",
"grunt-manifest": "*",
"grunt-ng-constant": "2.0.0",
"grunt-ngmin": "0.0.2",
"grunt-text-replace": "^0.4.0",
"karma": "^0.12.25",
"karma-chrome-launcher": "^0.1.5",
"karma-coverage": "^0.2.6",
"karma-jasmine": "^0.2.3",
"karma-phantomjs-launcher": "^0.1.4",
"less-plugin-clean-css": "^1.5.1",
"load-grunt-tasks": "~0.1.0",
"lodash": "^2.4.1",
"minimist": "^1.1.0",
"ng-optimizely": "~2.0.0",
"time-grunt": "~0.1.0",
"uuid": "^2.0.1"
}
}