-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
57 lines (57 loc) · 1.57 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
{
"name": "sofa-q-service",
"version": "0.3.0",
"description": "Sofa Web SDK Q Service component.",
"main": "dist/sofa.qService.js",
"homepage": "http://www.sofa.io",
"scripts": {
"test": "grunt build"
},
"engines": {
"node": ">=0.10.x",
"npm": ">=1.2.x"
},
"repository": {
"type": "git",
"url": "https://github.com/sofa/sofa-q-service"
},
"keywords": [
"sofa",
"sofa.io",
"web",
"sdk",
"core"
],
"author": "Pascal Precht <[email protected]>",
"license": "GPL",
"bugs": {
"url": "https://github.com/sofa/sofa-q-service/issues"
},
"devDependencies": {
"karma": "~0.12.0",
"grunt": "~0.4.3",
"grunt-karma": "~0.8.0",
"grunt-contrib-uglify": "~0.2.4",
"grunt-html2js": "~0.1.4",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-copy": "~0.5.0",
"grunt-contrib-jshint": "~0.8.0",
"load-grunt-tasks": "~0.2.1",
"grunt-contrib-cssmin": "~0.7.0",
"grunt-ngmin": "0.0.3",
"grunt-contrib-watch": "~0.5.3",
"grunt-contrib-clean": "~0.5.0",
"lodash": "~2.4.1",
"grunt-contrib-sass": "~0.7.2",
"grunt-cli": "~0.1.13",
"grunt-conventional-changelog": "~1.1.0",
"sofa-testing": "~0.1.x",
"karma-jasmine": "~0.1.5",
"karma-chrome-launcher": "~0.1.2",
"karma-firefox-launcher": "~0.1.3",
"grunt-deploy-semver": "^0.3.0"
},
"dependencies": {
"sofa-core": "0.4.x"
}
}