forked from passbolt/passbolt_api
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 769 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 769 Bytes
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
{
"name": "Passbolt",
"version": "1.6.5",
"license": "AGPL-3.0",
"homepage": "https://www.passbolt.com",
"dependencies": {
"steal": "~0.10.4",
"can": "~2.2.6",
"jquery": "~2.1.4",
"underscore": "~1.8.3",
"xregexp": "~3.0.0",
"passbolt-mad": "~1.0.1",
"passbolt-styleguide": "~1.6.5",
"jquery-ui": "^1.10.4",
"moment": "^2.10.0",
"moment-timezone": "^0.5.0",
"jquery-mousewheel": "^3.1.13",
"jssha": "~2.0.1",
"urijs": "^1.17.0",
"semver": "^5.3.0"
},
"devDependencies": {
"grunt": "~0.4.2",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-copy": "~0.5.0",
"grunt-contrib-jshint": "~0.7.2",
"grunt-contrib-uglify": "~0.2.7",
"grunt-shell": "^1.1.1",
"steal-tools": "^0.10.6"
}
}