-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
34 lines (34 loc) · 956 Bytes
/
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
{
"name": "front.utils",
"version": "3.0.8",
"readmeFilename": "README.md",
"description": "Common front end utils",
"deploy": "deploy/",
"devDependencies": {
"coffeelint": "^1.8.1",
"grunt": "^0.4.5",
"grunt-coffeelint": "0.0.13",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-coffee": "^0.12.0",
"grunt-contrib-connect": "^0.9.0",
"grunt-contrib-copy": "^0.7.0",
"grunt-contrib-jshint": "^0.11.0",
"grunt-contrib-uglify": "^0.7.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-karma": "^0.10.1",
"grunt-shell": "^1.1.1",
"grunt-vtex": "^0.14.0",
"karma": "^0.12.31",
"karma-chai": "^0.1.0",
"karma-coffee-preprocessor": "^0.2.1",
"karma-mocha": "^0.1.10",
"karma-mocha-reporter": "^0.3.1",
"karma-phantomjs-launcher": "^0.1.4",
"mocha": "^2.1.0"
},
"repository": {
"type": "git",
"url": "git://github.com/vtex/front.utils.git"
},
"license": "MIT"
}