forked from chriszarate/supergenpass
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.24 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.24 KB
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
{
"name": "SuperGenPass",
"version": "0.3.7",
"dependencies": {
"crypto-js": "^3.1.5",
"jquery": "^2.1.4",
"supergenpass-lib": "^2.0.0",
"zeroclipboard": "^2.2.0"
},
"devDependencies": {
"bookmarkleter": "^0.2.2",
"browserify": "^12.0.1",
"grunt": "^0.4.5",
"grunt-browserify": "^4.0.1",
"grunt-contrib-clean": "^0.7.0",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-cssmin": "^0.14.0",
"grunt-contrib-jshint": "^0.11.3",
"grunt-contrib-qunit": "^0.7.0",
"grunt-contrib-uglify": "^0.10.1",
"grunt-load-options": "^0.2.1",
"grunt-manifest": "^0.4.4",
"grunt-static-inline": "^0.1.8",
"grunt-template": "^0.2.3",
"intern": "^3.0.6",
"load-grunt-tasks": "^3.3.0",
"qunitjs": "^1.20.0"
},
"description": "A bookmarklet password generator.",
"homepage": "http://www.supergenpass.com",
"main": "Gruntfile.js",
"scripts": {
"test": "grunt qunit && [ \"$TRAVIS_PULL_REQUEST\" != \"true\" ] && node_modules/.bin/intern-runner config=test/intern/main"
},
"repository": {
"type": "git",
"url": "https://github.com/chriszarate/supergenpass"
},
"author": {
"name": "Chris Zarate",
"url": "http://chris.zarate.org"
},
"license": "GPL-2.0"
}