-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 1.06 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
{
"title": "Paceline",
"name": "paceline",
"version": "0.1.0",
"description": "Password manager using cryptographic algorithms, works without ever uploading your data to any server, cloud or however it will be called in a few years.",
"author": "gareins",
"engines": {
"firefox": ">=38.0a1",
"fennec": ">=38.0a1"
},
"scripts": {
"preview": "(cd build ; jpm run -b /usr/bin/firefox)",
"watch": "grunt watch",
"icons": "./data/scripts/icons_generator.sh",
"deps": "./data/scripts/download_scripts.sh",
"clean": "rm -rf build",
"buildall": "(npm run clean; npm run deps; npm run icons; grunt)"
},
"license": "MPL-2.0",
"dependencies": {
},
"devDependencies": {
"coffee-script": "^1.9.3",
"coffeelint": "^1.10.1",
"grunt": "^0.4.5",
"grunt-coffeelint": "0.0.13",
"grunt-contrib-coffee": "^0.13.0",
"grunt-contrib-jshint": "^0.11.2",
"grunt-contrib-less": "^1.0.1",
"grunt-contrib-symlink": "^0.3.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-yui-compressor": "^0.4.0",
"less": "^2.5.1"
}
}