-
Notifications
You must be signed in to change notification settings - Fork 40
/
package.json
41 lines (41 loc) · 1.15 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
36
37
38
39
40
41
{
"name": "delorean",
"version": "1.0.0",
"description": "Flux Library",
"main": "src/delorean.js",
"scripts": {
"test": "./node_modules/.bin/grunt karma"
},
"author": "Fatih Kadir Akin",
"homepage": "http://deloreanjs.com",
"repository": {
"type": "git",
"url": "git://github.com/deloreanjs/delorean.git"
},
"license": "MIT",
"devDependencies": {
"grunt": "^0.4.5",
"grunt-browserify": "^2.1.4",
"grunt-cli": "^0.1.13",
"grunt-contrib-concat": "^0.5.0",
"grunt-contrib-connect": "^0.8.0",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-uglify": "^0.5.1",
"grunt-contrib-watch": "^0.6.1",
"grunt-docco": "^0.3.3",
"grunt-jscs-checker": "^0.6.2",
"grunt-karma": "^0.8.3",
"grunt-livereload": "^0.1.3",
"grunt-release": "git+https://github.com/f/grunt-release.git#c17216608469c5ecbb43458289763e09839932ba",
"grunt-requirejs": "^0.4.2",
"jasmine": "^2.0.1",
"karma": "^0.12.22",
"karma-chrome-launcher": "^0.1.4",
"karma-coverage": "^0.2.6",
"karma-jasmine": "^0.1.5",
"karma-phantomjs-launcher": "^0.1.4"
},
"dependencies": {
"es6-promise": "^1.0.0"
}
}