forked from telerik/kendo-ui-core
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (39 loc) · 1.13 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
{
"name": "kendo-ui-core",
"version": "1.0.0",
"dependencies": {
},
"devDependencies": {
"optimist": "0.3.7",
"typescript": ">=1.0.0",
"uglify-js": "2.4.15",
"cssmin": "0.3.2",
"faye": "0.8.3",
"xmlbuilder": "0.4.2",
"colors": "0.6.0-1",
"cookiejar": "1.3.0",
"faye-websocket": "0.4.4",
"less": "1.3.3",
"jshint": "1.1.0",
"grunt": "~0.4.2",
"grunt-cli": "~0.1.0",
"grunt-contrib-jshint": "~0.7.2",
"grunt-contrib-copy": "~0.5.0",
"grunt-debug-task": "0.1.3",
"grunt-karma": "0.6.2",
"qunitjs": "~1.12.0",
"karma": "0.10.5",
"karma-chrome-launcher": "~0.1",
"karma-firefox-launcher": "~0.1",
"karma-html2js-preprocessor": "~0.1",
"karma-qunit": "0.1.1",
"karma-junit-reporter": "0.2.1",
"karma-osx-reporter": "0.0.4",
"karma-ie-launcher": "~0.1",
"karma-coffee-preprocessor": "~0.1.3"
},
"scripts": {
"build": "npm install && grunt build",
"test": "./node_modules/.bin/grunt travis"
}
}