-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
49 lines (49 loc) · 1.37 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
42
43
44
45
46
47
48
49
{
"name": "ember-heisenberg",
"version": "0.9.5",
"description": "Ember-Heisenberg is a simple REST-like serialization and transport framework for Ember.js apps.",
"main": "ember-heisenberg.js",
"devDependencies": {
"es5-shim": "^3.4.0",
"grunt": "~0.4.2",
"grunt-bump": "0.0.14",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-copy": "~0.4.0",
"grunt-contrib-jshint": "~0.6.3",
"grunt-contrib-nodeunit": "~0.2.0",
"grunt-contrib-requirejs": "~0.4.1",
"grunt-contrib-uglify": "~0.2.2",
"grunt-karma": "^0.8.3",
"karma": "~0.12",
"karma-chrome-launcher": "~0.1",
"karma-coverage": "~0.1",
"karma-firefox-launcher": "~0.1",
"karma-jasmine": "~0.1.0",
"karma-phantomjs-launcher": "~0.1",
"karma-requirejs": "~0.2.0",
"karma-teamcity-reporter": "^0.1.2"
},
"directories": {
"test": "test"
},
"scripts": {
"test": "./node_modules/karma/bin/karma start --single-run --browsers PhantomJS"
},
"repository": {
"type": "git",
"url": "git://github.com/RetailMeNot/ember-heisenberg.git"
},
"keywords": [
"Ember.js",
"REST",
"serialization",
"deserialization",
"persistence"
],
"author": "RetailMeNot, Inc.",
"license": "MIT",
"bugs": {
"url": "https://github.com/RetailMeNot/ember-heisenberg/issues"
},
"homepage": "https://github.com/RetailMeNot/ember-heisenberg"
}