-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 901 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
{
"name": "FalconUI",
"version": "0.0.1",
"description": "An UI to communicate with Apache Falcon",
"main": "server.js",
"scripts": {
"start": "node server.js"
},
"author": "santiago rebella",
"license": "ISC",
"devDependencies": {
"angular-mocks": "^1.2.22",
"express": "~4.0.0",
"grunt": "~0.4.4",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-copy": "~0.5.0",
"grunt-contrib-csslint": "~0.2.0",
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-less": "~0.11.0",
"grunt-contrib-uglify": "~0.4.0",
"grunt-contrib-watch": "~0.6.1",
"grunt-datauri": "~0.4.0",
"grunt-express-server": "~0.4.13",
"grunt-karma": "^0.9.0",
"grunt-scp": "^0.1.7",
"jasmine": "^2.0.1",
"karma": "^0.12.23",
"karma-jasmine": "^0.1.5",
"karma-phantomjs-launcher": "^0.1.4",
"phantomjs": "^1.9.10",
"file": "~0.2.2"
}
}