-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
66 lines (66 loc) · 1.8 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
61
62
63
64
65
66
{
"name": "@w20/w20",
"version": "2.5.2",
"description": "W20 Web framework",
"license": "MPL-2.0",
"contributors": [
"Adrien LAUER <[email protected]>",
"Kavi RAMYEAD <[email protected]>",
"Jose Manuel MARTINEZ LAINEZ <[email protected]>"
],
"devDependencies": {
"angular-mocks": "^1.7.1",
"grunt": "^1.0.4",
"grunt-cli": "^1.2.0",
"grunt-contrib-clean": "^1.1.0",
"grunt-contrib-connect": "^0.11.2",
"grunt-contrib-jshint": "~1.1.0",
"grunt-coveralls": "^1.0.0",
"grunt-karma": "^1.0.0",
"grunt-ngdocs": "^0.2.11",
"jasmine-core": "~2.4",
"karma": "~0.13",
"karma-coverage": "^1.1.2",
"karma-jasmine": "~0.3.1",
"karma-phantomjs-launcher": "^1.0.4",
"karma-phantomjs-shim": "~1.2.0",
"karma-requirejs": "~0.2",
"phantomjs-polyfill": "0.0.1",
"phantomjs-prebuilt": "^2.1.4"
},
"main": "gruntfile.js",
"dependencies": {
"angular": "^1.7.1",
"angular-animate": "^1.7.1",
"angular-aria": "^1.7.1",
"angular-cookies": "^1.7.1",
"angular-message-format": "^1.7.1",
"angular-messages": "^1.7.1",
"angular-resource": "^1.7.1",
"angular-route": "^1.7.1",
"angular-sanitize": "^1.7.1",
"angular-touch": "^1.7.1",
"globalize": "^0.1.1",
"jgrowl": "^1.4.6",
"jquery": "^3.4.1",
"lodash": "^4.17.10",
"require-css": "^0.1.10",
"requirejs": "^2.1.22",
"requirejs-text": "^2.0.15",
"tv4": "^1.3.0",
"uri-templates": "^0.2.0"
},
"scripts": {
"prepare": "grunt",
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/w20-framework/w20.git"
},
"author": "W20 team",
"bugs": {
"url": "https://github.com/w20-framework/w20/issues"
},
"homepage": "https://w20-framework.github.io/"
}