-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.53 KB
/
package.json
File metadata and controls
60 lines (60 loc) · 1.53 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "wallet",
"version": "0.0.1",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Cédric Odi",
"license": "ISC",
"devDependencies": {
"cheerio": "",
"coffee": "0.0.1",
"coffee-script": "",
"connect-livereload": "",
"grunt": "^0.4.5",
"grunt-angular-templates": "^0.5.7",
"grunt-cli": "",
"grunt-concurrent": "^1.0.0",
"grunt-connect-proxy": "",
"grunt-contrib-clean": "",
"grunt-contrib-coffee": "",
"grunt-contrib-concat": "",
"grunt-contrib-connect": "",
"grunt-contrib-copy": "",
"grunt-contrib-cssmin": "",
"grunt-contrib-htmlmin": "",
"grunt-contrib-imagemin": "",
"grunt-contrib-less": "",
"grunt-contrib-uglify": "",
"grunt-contrib-watch": "",
"grunt-express": "^1.4.1",
"grunt-karma": "",
"grunt-ng-constant": "",
"grunt-open": "",
"grunt-rev": "",
"grunt-shell": "",
"grunt-shell-spawn": "",
"grunt-text-replace": "",
"grunt-usemin": "",
"karma": "",
"karma-chrome-launcher": "",
"karma-coffee-preprocessor": "",
"karma-commonjs-preprocessor": "^0.1.1",
"karma-coverage": "",
"karma-firefox-launcher": "",
"karma-jasmine": "",
"karma-ng-scenario": "",
"karma-phantomjs-launcher": "",
"karma-requirejs": "",
"karma-script-launcher": "",
"less": "",
"load-grunt-tasks": "",
"lodash": "^2.4.1",
"optimist": "",
"protractor": "",
"source-map": "",
"time-grunt": ""
}
}