-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.92 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
50
51
52
53
54
55
56
57
58
59
60
{
"name": "parallels",
"description": "An app for capturing and playing with data.",
"version": "0.0.1",
"private": true,
"main": "index.js",
"devDependencies": {
"adm-zip": "^0.4.13",
"bower": "1.7.9",
"chai": "3.5.0",
"connect-busboy": "0.0.2",
"electron-prebuilt": "1.2.4",
"electron-rebuild": "^1.8.4",
"grunt": "1.0.1",
"grunt-cli": "1.2.0",
"grunt-concurrent": "2.3.0",
"grunt-contrib-clean": "1.0.0",
"grunt-contrib-connect": "1.0.2",
"grunt-contrib-copy": "1.0.0",
"grunt-contrib-jade": "1.0.0",
"grunt-contrib-jasmine": "1.0.3",
"grunt-contrib-jshint": "1.0.0",
"grunt-contrib-watch": "1.0.0",
"grunt-crx": "0.3.4",
"grunt-env": "0.4.4",
"grunt-preprocess": "5.1.0",
"grunt-sass": "1.2.0",
"grunt-template-jasmine-requirejs": "0.2.3",
"gulp-sass": "^2.3.2",
"jit-grunt": "0.10.0",
"js-file-loader": "1.0.0",
"jshint-stylish": "2.2.0",
"meteor-stubs": "0.0.6",
"mocha": "2.5.3",
"shelljs": "0.7.0",
"sourced": "0.1.1",
"sourced-repo-mongo": "0.3.9",
"spacejam": "1.6.1"
},
"scripts": {
"start": "grunt server",
"desktop": "grunt concurrent:desktop",
"postinstall": "electron-rebuild",
"local": "grunt build:local",
"prod": "grunt build",
"server": "grunt server",
"dropneo": "grunt env:dev neo4jDrop",
"resetdb": "neo4j restart && grunt env:dev neo4jReset meteorReset",
"exportlog": "grunt env:dev exportlog",
"importlog": "grunt env:dev importlog replayEvents",
"test": "grunt env:dev jshint connect:clipperTestServer jasmine:clipperUnitTests && ./test-scripts/bin/run_meteor_package_units.sh",
"test:integration": "grunt env:dev meteorPackageIntegration",
"test:server": "grunt env:dev meteorPackagesTestServer",
"clipper": "grunt env:dev connect:clipperServer watch"
},
"dependencies": {
"chroma": "0.0.1",
"meteor-node-stubs": "^0.2.3"
}
}