-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (38 loc) · 1.08 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
{
"name": "SketchRecognitionFramework",
"version": "0.0.5",
"dependencies": {
"stacktrace-js": "stacktracejs/stacktrace.js#98574f0dfe3d831cde75772fd34e972e7b7f95f1",
"node-define": "0.1.1",
"requirejs": "2.2.0",
"protobufjs": "6.8.0",
"node-amd-require": "0.2.2"
},
"devDependencies": {
"grunt": "~0.4.2",
"grunt-cli": "~0.1.9",
"grunt-contrib-jshint": "~1.0.0",
"grunt-contrib-watch": ">=0.3.1",
"grunt-contrib-connect" : "~0.9.0",
"bower": "~1.4.1",
"jscs": "~3.0.4",
"grunt-jsdoc" : "1.1.0",
"grunt-contrib-copy": "0.8.0 ",
"grunt-wiredep": "2.0.0",
"grunt-text-replace": "0.4.0",
"grunt-contrib-uglify": "0.8.1",
"grunt-jscs" : "~2.8.0",
"grunt-babel": ">=5.0.0",
"babel-core": ">=5.0.0",
"mocha-qunit-ui": "^0.1.2",
"mocha": "2.3.3",
"xunit-file": "0.0.9",
"grunt-mkdir": "0.1.2",
"jsdom": "7.0.0",
"barrier": "dtracers/node-barrier#v1.0.1",
"chai": "*",
"hooker": "0.2.3",
"grunt-exec": "0.4.6",
"babel-polyfill": "6.9.1"
}
}